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