ImageGear .NET - Updated
Style Property (ImGearARTBorder)




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

ImGearARTBorder Class
ImGearARTBorder Members
ImGearARTPenStyle Enumeration