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

GradientFillMethod Enumeration
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