Title.Font Propiedad

Definición

Obtiene o establece la fuente del título.

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

Valor de propiedad

Objeto Font que especifica la fuente para el título. El valor predeterminado es "Microsoft Sans Serif, 8pt".

Atributos

Comentarios

Use un nuevo Font objeto al establecer esta propiedad. Asigne todo el objeto a la propiedad .

Se aplica a