ImageGear .NET v24.12 - Updated
Curve Property (ImGearARTMarkTemplates)




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTMarkTemplates Class : Curve Property
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

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members