ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ProportionalRendererDefinition Class / IsMaximumSymbolSizeCapped Property

In This Topic
    IsMaximumSymbolSizeCapped Property
    In This Topic
    Gets or sets whether the maximum symbol size is capped.
    Syntax
    public bool IsMaximumSymbolSizeCapped {get; set;}
    Public Property IsMaximumSymbolSizeCapped As Boolean
    Remarks
    The default value is true. When false, maximumSymbolSize gets ignored and the size of the symbol is drawn proportional to the value. Otherwise, the largest symbol size is equal to maximumSymbolSize.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also