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

In This Topic
    MaplexCenterLabelAnchorType Enumeration
    In This Topic
    Options to determine how to place a centered point label.
    Syntax
    public enum MaplexCenterLabelAnchorType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum MaplexCenterLabelAnchorType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    FeatureGeometry Use the center of the geometry
    Symbol Use the center of the symbol
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also