'Declaration <DescriptionAttribute("The pen color, which is used for drawing the magnifier border.")> <CategoryAttribute("Appearance")> Public Property BorderPenColor As System.Windows.Media.Color
[Description("The pen color, which is used for drawing the magnifier border.")] [Category("Appearance")] public System.Windows.Media.Color BorderPenColor { get; set; }
[Description("The pen color, which is used for drawing the magnifier border.")] [Category("Appearance")] public: __property System.Windows.Media.Color* get_BorderPenColor(); public: __property void set_BorderPenColor(
System.Windows.Media.Color* value
);
[Description("The pen color, which is used for drawing the magnifier border.")] [Category("Appearance")] public:
property System.Windows.Media.Color^ BorderPenColor { System.Windows.Media.Color^ get(); void set(System.Windows.Media.Color^ value); }