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

In This Topic
    MaplexStackingAlignment Enumeration
    In This Topic
    Maplex stacking alignment.
    Syntax
    public enum MaplexStackingAlignment : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum MaplexStackingAlignment 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    ChooseBest Allow the label engine to choose the best alignment.
    ConstrainCenter Constrain alignment of the center.
    ConstrainLeft Constrain alignment of the left.
    ConstrainLeftOrRight Constrain alignment of the left or right.
    ConstrainRight Constrain alignment of the right.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also