'Declaration Public Property Border As System.Windows.Media.Pen
public System.Windows.Media.Pen Border { get; set; }
public: __property System.Windows.Media.Pen* get_Border(); public: __property void set_Border(
System.Windows.Media.Pen* value
);
public:
property System.Windows.Media.Pen^ Border { System.Windows.Media.Pen^ get(); void set(System.Windows.Media.Pen^ value); }