public int Right {get; set;}
public: __property int get_Right(); public: __property void set_Right( int value );
public: property int Right { int get(); void set ( int value); }
'Declaration Public Property Right As Integer
'Usage Dim instance As ImGearARTThickness Dim value As Integer instance.Right = value value = instance.Right
ImGearARTThickness Structure ImGearARTThickness Members