VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation Namespace / AnnotationLinearGradientBrush Class / GradientAngle Property
Синтаксис Требования Смотрите также
В этом разделе
    GradientAngle Свойство (AnnotationLinearGradientBrush)
    В этом разделе
    Возвращает или задает угол, измеряемый в градусах по часовой стрелке от оси X, линии ориентации градиента.
    Синтаксис
    '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); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также