public double Width {get; set;}
public: __property double get_Width(); public: __property void set_Width( double value );
public: property double Width { double get(); void set ( double value); }
'Declaration Public Property Width As Double
'Usage Dim instance As CADRectangle Dim value As Double instance.Width = value value = instance.Width
CADRectangle Class CADRectangle Members