Labels help make writing legible and beautiful.
View Material Design documentation
<material3:MaterialLabel
Type="DisplayLarge"
Text="Display Large" />
<material3:MaterialLabel
Type="DisplayMedium"
Text="Display Medium" />This control inherits from the Label control, so it inherits all the properties of that control.
This property sets the label type, automatically handling the label aspect (FontFamily, CharacterSpacing and FontSize).
This property is to set the regular font family that will be used automatically by the Type property.
This property is to set the medium font family that will be used automatically by the Type property.
