ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / GridLadderLabelPosition Enumeration

In This Topic
    GridLadderLabelPosition Enumeration
    In This Topic
    Represents the position at which the ladder labels are drawn.
    Syntax
    public enum GridLadderLabelPosition : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum GridLadderLabelPosition 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Half Represents the ladder label at half the value of visible extent.
    Quarter Represents the ladder label at quarter the value of visible extent.
    Third Represents the ladder label at third of the value of visible extent.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.GridLadderLabelPosition

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also