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




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTMarkTemplates Class : Line Property
Gets or sets a Line mark to be used as a template when creating Line marks using the mouse.
Syntax
'Declaration
 
Public Property Line As ImGearARTLine
'Usage
 
Dim instance As ImGearARTMarkTemplates
Dim value As ImGearARTLine
 
instance.Line = value
 
value = instance.Line
public ImGearARTLine Line {get; set;}
public: __property ImGearARTLine* get_Line();
public: __property void set_Line( 
   ImGearARTLine* value
);
public:
property ImGearARTLine^ Line {
   ImGearARTLine^ get();
   void set (    ImGearARTLine^ value);
}

Property Value

ImGearARTLine value.
See Also

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members