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