'Declaration <DescriptionAttribute("ARGB color of this brush.")> Public Property Color As System.Drawing.Color
[Description("ARGB color of this brush.")] public System.Drawing.Color Color { get; set; }
[Description("ARGB color of this brush.")] public: __property System.Drawing.Color* get_Color(); public: __property void set_Color(
System.Drawing.Color* value
);
[Description("ARGB color of this brush.")] public:
property System.Drawing.Color^ Color { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }