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