ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTMarkTemplates Class / Curve Property




In This Topic
    Curve Property (ImGearARTMarkTemplates)
    In This Topic
    Gets or sets a Curve mark to be used as a template when creating Curve marks using the mouse.
    Syntax
    'Declaration
     
    Public Property Curve As ImGearARTCurve
    'Usage
     
    Dim instance As ImGearARTMarkTemplates
    Dim value As ImGearARTCurve
     
    instance.Curve = value
     
    value = instance.Curve
    public ImGearARTCurve Curve {get; set;}
    public: __property ImGearARTCurve* get_Curve();
    public: __property void set_Curve( 
       ImGearARTCurve* value
    );
    public:
    property ImGearARTCurve^ Curve {
       ImGearARTCurve^ get();
       void set (    ImGearARTCurve^ value);
    }

    Property Value

    ImGearARTCurve value.
    See Also