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

In This Topic
    MaplexLabelAnchorPoint Enumeration
    In This Topic
    Maplex label anchor point.
    Syntax
    public enum MaplexLabelAnchorPoint : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum MaplexLabelAnchorPoint 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    CenterOfLabel Anchor to the center of the label.
    FurthestSideOfLabel Anchor to the furthest side of the label.
    NearestSideOfLabel Anchor to the nearest side of the label.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also