ArcGIS Pro 2.6 API Reference Guide
GradientAlignment Enumeration

ArcGIS.Core.CIM Namespace : GradientAlignment Enumeration
Gradient alignment types.
Syntax
Members
MemberDescription
AlongLine Along line - Distributes the color ramp linearly along the line, following the curvature of the line.
Buffered Buffered - Distributes the color ramp along the line's geometry from the outside in (similar to the effect of creating a buffer of the line, then using the "buffer" fill type).
Left Left - Progresses the color ramp from the line's centerline to the outside edge on the left. The gradient will follow any curvature in the line's geometry.
Right Right - Progresses the color ramp from the line's centerline to the outside edge on the right. The gradient will follow any curvature in the line's geometry.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace