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




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

Property Value

ImGearARTPolyline value.
See Also

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members