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