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