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