ImageGear .NET - Updated
Style Property (ImGearARTPolyline)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolyline Class : Style Property
Gets or sets the style of the mark.
Syntax
'Declaration
 
Public Property Style As ImGearARTPenStyle
'Usage
 
Dim instance As ImGearARTPolyline
Dim value As ImGearARTPenStyle
 
instance.Style = value
 
value = instance.Style
public ImGearARTPenStyle Style {get; set;}
public: __property ImGearARTPenStyle get_Style();
public: __property void set_Style( 
   ImGearARTPenStyle value
);
public:
property ImGearARTPenStyle Style {
   ImGearARTPenStyle get();
   void set (    ImGearARTPenStyle value);
}

Property Value

ImGearARTPenStyle enumeration value.
See Also

Reference

ImGearARTPolyline Class
ImGearARTPolyline Members
ImGearARTPenStyle Enumeration