Gets and sets the fill color used for drawing.
public Color FillColor {get; set;}
public: __property Color get_FillColor();
public: __property void set_FillColor(
Color value
);
'Declaration
Public Property FillColor As Color
'Usage
Dim instance As Draw
Dim value As Color
instance.FillColor = value
value = instance.FillColor
Property Value
A
System.Drawing.Color value used as the fill color for drawing.