Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Latest commit

 

History

History
37 lines (30 loc) · 960 Bytes

File metadata and controls

37 lines (30 loc) · 960 Bytes

MaterialLabel

Labels help make writing legible and beautiful.
View Material Design documentation

Screenshot

Example

<material3:MaterialLabel
    Type="DisplayLarge"
    Text="Display Large" />

<material3:MaterialLabel
    Type="DisplayMedium"
    Text="Display Medium" />

Documentation

This control inherits from the Label control, so it inherits all the properties of that control.

Property Type

This property sets the label type, automatically handling the label aspect (FontFamily, CharacterSpacing and FontSize).

Property FontFamilyRegular

This property is to set the regular font family that will be used automatically by the Type property.

Property FontFamilyMedium

This property is to set the medium font family that will be used automatically by the Type property.