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