'Declaration Public Property SelectionPen As System.Windows.Media.Pen
public System.Windows.Media.Pen SelectionPen { get; set; }
public: __property System.Windows.Media.Pen* get_SelectionPen(); public: __property void set_SelectionPen(
System.Windows.Media.Pen* value
);
public:
property System.Windows.Media.Pen^ SelectionPen { System.Windows.Media.Pen^ get(); void set(System.Windows.Media.Pen^ value); }
Property Value
Default value is Black.
The pen width must be set in viewer's coordinate system.
The pen width must be set in viewer's coordinate system.