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