ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMClassBreaksRendererBase Class / DrawGraduatedSymbolsAboveAllLayers Property

In This Topic
    DrawGraduatedSymbolsAboveAllLayers Property
    In This Topic
    Gets or sets a value indicating whether or not to draw graduated symbols for polygon features above all layers.
    Syntax
    public bool DrawGraduatedSymbolsAboveAllLayers {get; set;}
    Public Property DrawGraduatedSymbolsAboveAllLayers As Boolean
    Remarks
    This option applies when drawing graduated symbols for polygon layers. The background will be drawn in contents order and this option indicates if the graduated symbols should be drawn in contents order or above all other layers.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also