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