LegendCellColumn.HeaderFont Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the font used in the legend column header.
public:
virtual property System::Drawing::Font ^ HeaderFont { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
public virtual System.Drawing.Font HeaderFont { get; set; }
member this.HeaderFont : System.Drawing.Font with get, set
Public Overridable Property HeaderFont As Font
Property Value
A Font object that represents the font used in the legend column header. The default value is "Microsoft Sans Serif, 8pt, Bold".
Remarks
This property can be used to set font properties of the legend cell column header.
If you attempt to change the properties of this Font object at run time, a compilation error will occur. To set font properties at run time, you must create a new Font object.