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