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

In This Topic
    GradientFillMethod Enumeration
    In This Topic
    Describes the gradient fill method which is how the gradient is applied.
    Syntax
    Members
    MemberDescription
    Buffered Buffered - Color changes based on an internal buffering of the geometry outline
    Circular Circular - Change from one color to the next is circular, from the extent of the geometry
    Linear Linear - Change from one color to the next is linear across the geometry.
    Rectangular Rectangular - Change from one color to the next is rectangular, from the extent of the geometry.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also