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




In This Topic
    Step Property (ImGearVectorEntityBeziercurve)
    In This Topic
    Gets or sets a step of the Bezier interpolation.
    Syntax
    'Declaration
     
    Public Property Step As Single
    'Usage
     
    Dim instance As ImGearVectorEntityBeziercurve
    Dim value As Single
     
    instance.Step = value
     
    value = instance.Step
    public float Step {get; set;}
    public: __property float get_Step();
    public: __property void set_Step( 
       float value
    );
    public:
    property float Step {
       float get();
       void set (    float value);
    }

    Property Value

    A value in the 0..1 range.
    Remarks
    The default value is 0.2.
    See Also