ImageGear .NET v24.12 - Updated
Style Property (ImGearARTRuler)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTRuler Class : Style Property
Gets or sets the mark's line style.
Syntax
'Declaration
 
Public Property Style As ImGearARTPenStyle
'Usage
 
Dim instance As ImGearARTRuler
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

ImGearARTRuler Class
ImGearARTRuler Members
ImGearARTPenStyle Enumeration