ArcGIS Pro 2.6 API Reference Guide
PointSymbolCalloutScale Enumeration

ArcGIS.Core.CIM Namespace : PointSymbolCalloutScale Enumeration
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace