Title.Font Propriedade

Definição

Obtém ou define a fonte do 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 da propriedade

Font

Um Font objeto que especifica a fonte do título. Usa como padrão "Microsoft Sans Serif, 8pt".

Atributos

Comentários

Use um novo Font objeto ao definir essa propriedade. Atribua o objeto inteiro à propriedade.

Aplica-se a