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