ImageGear .NET - Updated
BorderWidth Property (ImGearARTHollowRectangle)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTHollowRectangle Class : BorderWidth Property
Gets or sets the border width of the mark.
Syntax
'Declaration
 
Public Property BorderWidth As Integer
'Usage
 
Dim instance As ImGearARTHollowRectangle
Dim value As Integer
 
instance.BorderWidth = value
 
value = instance.BorderWidth
public int BorderWidth {get; set;}
public: __property int get_BorderWidth();
public: __property void set_BorderWidth( 
   int value
);
public:
property int BorderWidth {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

ImGearARTHollowRectangle Class
ImGearARTHollowRectangle Members