Font.Weight Property

Definition

Gets the weight of the font, defaulting to Regular if unspecified.

public:
 property Microsoft::Maui::FontWeight Weight { Microsoft::Maui::FontWeight get(); };
public Microsoft.Maui.FontWeight Weight { get; }
member this.Weight : Microsoft.Maui.FontWeight
Public ReadOnly Property Weight As FontWeight

Property Value

The font weight (e.g., Bold, Regular).

Applies to