ImageGear .NET
BorderWidth Property (ImGearARTHollowRectangle)




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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback