Text
A standard way to layout text on the page in headings and paragraphs.
How to use this component
For headings use.
Style="{DynamicResource TextSection}"
For normal text use:
Style="{DynamicResource TextBody}"
Code Resource
<Label Margin="{StaticResource FormMargins}"
Style="{DynamicResource TextBody}"
Text="{x:Static resx:AppResources.LblProvideContactDetails}" />
Padding=”0,10,0,10″