TitleBar.TitleFontAttributes Property

Definition

Gets or sets the FontAttributes applied to the title text. Defaults to None.

public:
 property Microsoft::Maui::Controls::FontAttributes TitleFontAttributes { Microsoft::Maui::Controls::FontAttributes get(); void set(Microsoft::Maui::Controls::FontAttributes value); };
public Microsoft.Maui.Controls.FontAttributes TitleFontAttributes { get; set; }
member this.TitleFontAttributes : Microsoft.Maui.Controls.FontAttributes with get, set
Public Property TitleFontAttributes As FontAttributes

Property Value

Applies to