'Declaration <DescriptionAttribute("The fill color.")> <DefaultValueAttribute(System.Drawing.Color, "255, 0, 0, 0")> Public Property FillColor As System.Drawing.Color
[Description("The fill color.")] [DefaultValue(System.Drawing.Color, "255, 0, 0, 0")] public System.Drawing.Color FillColor { get; set; }
[Description("The fill color.")] [DefaultValue(System.Drawing.Color, "255, 0, 0, 0")] public: __property System.Drawing.Color* get_FillColor(); public: __property void set_FillColor(
System.Drawing.Color* value
);
[Description("The fill color.")] [DefaultValue(System.Drawing.Color, "255, 0, 0, 0")] public:
property System.Drawing.Color^ FillColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Значение по умолчанию - черный.