VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Transforms Namespace / RotateCommand Class / Angle Property
Syntax Requirements SeeAlso
In This Topic
    Angle Property (RotateCommand)
    In This Topic
    Gets or sets the rotation angle, in degrees.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The rotation angle, in degrees.
    Possible values are from 0 to 360.")>
    <DefaultValueAttribute(0)>
    Public Property Angle As Double
    
    
    [Description("The rotation angle, in degrees.
    Possible values are from 0 to 360.")]
    [DefaultValue(0)]
    public double Angle { get; set; }
    
    
    [Description("The rotation angle, in degrees.
    Possible values are from 0 to 360.")]
    [DefaultValue(0)]
    public: __property double get_Angle();
    public: __property void set_Angle(
    double value
    );
    [Description("The rotation angle, in degrees.
    Possible values are from 0 to 360.")]
    [DefaultValue(0)]
    public:
    property double Angle { double get(); void set(double value); }

    Property Value

    Possible values are from 0 to 360. Default value is 0.
    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