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

In This Topic
    esriNumericAlignmentEnum Enumeration
    In This Topic
    Number format alignment options.
    Syntax
    public enum esriNumericAlignmentEnum : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum esriNumericAlignmentEnum 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    esriAlignLeft Left-justify formatted numbers.
    esriAlignRight Right-justify formatted numbers within the AlignmentWidth.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also