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); }
'Declaration Public Property BorderWidth As Integer
'Usage Dim instance As ImGearARTHollowPolygon Dim value As Integer instance.BorderWidth = value value = instance.BorderWidth
ImGearARTHollowPolygon Class ImGearARTHollowPolygon Members