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

In This Topic
    PointSymbolCalloutScale Enumeration
    In This Topic
    An enumeration that defines how the background point symbol is scaled to fit the dimensions of the text.
    Syntax
    public enum PointSymbolCalloutScale : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum PointSymbolCalloutScale 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    DifNonuniform Non-uniform scaling.
    DifUniform Uniform scaling.
    None No scaling.
    PropNonuniform Non-uniform scaling.
    PropUniform Uniform scaling.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also