Share via


Title.Font Özellik

Tanım

Başlığın yazı tipini alır veya ayarlar.

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

Özellik Değeri

Font Başlığın yazı tipini belirten nesne. Varsayılan olarak "Microsoft Sans Serif, 8pt" olarak ayarlanır.

Öznitelikler

Açıklamalar

Bu özelliği ayarlarken yeni Font bir nesne kullanın. Nesnenin tamamını özelliğine atayın.

Şunlara uygulanır