'Declaration <DescriptionAttribute("The background color of not focused image.")> Public Property ImageBackgroundColor As System.Windows.Media.Color
[Description("The background color of not focused image.")] public System.Windows.Media.Color ImageBackgroundColor { get; set; }
[Description("The background color of not focused image.")] public: __property System.Windows.Media.Color* get_ImageBackgroundColor(); public: __property void set_ImageBackgroundColor(
System.Windows.Media.Color* value
);
[Description("The background color of not focused image.")] public:
property System.Windows.Media.Color^ ImageBackgroundColor { System.Windows.Media.Color^ get(); void set(System.Windows.Media.Color^ value); }