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




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotationTemplates 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 ImGearAnnotationTemplates
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

ImGearAnnotationTemplates Class
ImGearAnnotationTemplates Members