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