'Declaration Public Property SecondPointBorderColor As System.Windows.Media.Color
public System.Windows.Media.Color SecondPointBorderColor { get; set; }
public: __property System.Windows.Media.Color* get_SecondPointBorderColor(); public: __property void set_SecondPointBorderColor(
System.Windows.Media.Color* value
);
public:
property System.Windows.Media.Color^ SecondPointBorderColor { System.Windows.Media.Color^ get(); void set(System.Windows.Media.Color^ value); }