ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMVectorMarker Class / ScaleSymbolsProportionally Property

In This Topic
    ScaleSymbolsProportionally Property (CIMVectorMarker)
    In This Topic
    Gets or sets a value indicating whether the strokes and or fills of a marker are scaled proportionally when the symbol size is changed.
    Syntax
    public bool ScaleSymbolsProportionally {get; set;}
    Public Property ScaleSymbolsProportionally As Boolean
    Remarks
    When enabled, the strokes for the outline or fill of the polygon symbol used to draw the marker will be scaled proportionally with changes to the symbol size. If this property is not enabled, then the stroke will draw with the specified width regardless of the marker size.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also