ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityBeziercurve Class / Degree Property




In This Topic
    Degree Property (ImGearVectorEntityBeziercurve)
    In This Topic
    Gets or sets a degree of the Bezier interpolation.
    Syntax
    'Declaration
     
    Public Property Degree As Integer
    'Usage
     
    Dim instance As ImGearVectorEntityBeziercurve
    Dim value As Integer
     
    instance.Degree = value
     
    value = instance.Degree
    public int Degree {get; set;}
    public: __property int get_Degree();
    public: __property void set_Degree( 
       int value
    );
    public:
    property int Degree {
       int get();
       void set (    int value);
    }

    Property Value

    Numeric value that is equal to 2 or greater.
    Remarks
    The default value is 3.
    See Also