TitleBar.TitleFontAttributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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