public Color PadColor {get; set;}
public: __property Color get_PadColor(); public: __property void set_PadColor( Color value );
public: property Color PadColor { Color get(); void set ( Color value); }
'Declaration Public Property PadColor As Color
'Usage Dim instance As GetRectangleOptions Dim value As Color instance.PadColor = value value = instance.PadColor
The default value is System.Drawing.Color.White.
GetRectangleOptions Class GetRectangleOptions Members
How can we improve?