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