public int Left {get; set;}
public: __property int get_Left(); public: __property void set_Left( int value );
public: property int Left { int get(); void set ( int value); }
'Declaration Public Property Left As Integer
'Usage Dim instance As ImGearARTThickness Dim value As Integer instance.Left = value value = instance.Left
ImGearARTThickness Structure ImGearARTThickness Members
©2016. Accusoft Corporation. All Rights Reserved.