'Declaration <DefaultValueAttribute(System.Drawing.Color, "0, 255, 255, 255")> <DescriptionAttribute("The background color of drawn image.")> Public Property BackgroundColor As System.Drawing.Color
[DefaultValue(System.Drawing.Color, "0, 255, 255, 255")] [Description("The background color of drawn image.")] public System.Drawing.Color BackgroundColor { get; set; }
[DefaultValue(System.Drawing.Color, "0, 255, 255, 255")] [Description("The background color of drawn image.")] public: __property System.Drawing.Color* get_BackgroundColor(); public: __property void set_BackgroundColor(
System.Drawing.Color* value
);
[DefaultValue(System.Drawing.Color, "0, 255, 255, 255")] [Description("The background color of drawn image.")] public:
property System.Drawing.Color^ BackgroundColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }