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