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

In This Topic
    ScaleBarVerticalPosition Enumeration
    In This Topic
    A list of scale bar vertical positions.
    Syntax
    public enum ScaleBarVerticalPosition : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum ScaleBarVerticalPosition 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Above Above.
    Below Below.
    Bottom Bottom.
    On On.
    OnLeft On left.
    OnRight On right.
    Top Top.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also