'Declaration <ReadOnlyAttribute(True)> <DescriptionAttribute("The background color of the image.")> Public ReadOnly Property BackgroundColor As System.Drawing.Color
[ReadOnly(True)] [Description("The background color of the image.")] public System.Drawing.Color BackgroundColor { get; }
[ReadOnly(True)] [Description("The background color of the image.")] public: __property System.Drawing.Color* get_BackgroundColor();
[ReadOnly(True)] [Description("The background color of the image.")] public:
property System.Drawing.Color^ BackgroundColor { System.Drawing.Color^ get(); }