VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationLinearGradientBrush Class / GradientAngle Property
Syntax Requirements SeeAlso
In This Topic
    GradientAngle Property (AnnotationLinearGradientBrush)
    In This Topic
    Gets or sets the angle, measured in degrees clockwise from the X-axis, of the gradient's orientation line.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(0)>
    <DescriptionAttribute("The angle, measured in degrees clockwise from the X-axis, of the gradient's orientation line.")>
    Public Property GradientAngle As Single
    
    
    [DefaultValue(0)]
    [Description("The angle, measured in degrees clockwise from the X-axis, of the gradient's orientation line.")]
    public float GradientAngle { get; set; }
    
    
    [DefaultValue(0)]
    [Description("The angle, measured in degrees clockwise from the X-axis, of the gradient's orientation line.")]
    public: __property float get_GradientAngle();
    public: __property void set_GradientAngle(
    float value
    );
    [DefaultValue(0)]
    [Description("The angle, measured in degrees clockwise from the X-axis, of the gradient's orientation line.")]
    public:
    property float GradientAngle { float get(); void set(float value); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also