BorderWidth Property (ImGearARTHollowEllipse)
In This Topic
Gets or sets the border width of the mark.
Syntax
'Declaration
Public Property BorderWidth As Integer
'Usage
Dim instance As ImGearARTHollowEllipse
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