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




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

ImGearAnnotationTemplates Class
ImGearAnnotationTemplates Members