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