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