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