Title.Font Property

Definition

Gets or sets the font for the title.

public:
 property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Drawing.Font Font { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Font : System.Drawing.Font with get, set
Public Property Font As Font

Property Value

A Font object that specifies the font for the title. Defaults to "Microsoft Sans Serif, 8pt".

Attributes

Remarks

Use a new Font object when setting this property. Assign the entire object to the property.

Applies to