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

In This Topic
    GradientAlignment Enumeration
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also