Note
A component for providing emphasis to text to make it stand out from the normal style.
How to use this component
Use if you need to highlight some important text.
Code Resource
<PancakeView:PancakeView Margin="{StaticResource FormMargins}"
HasShadow="False"
Style="{StaticResource NoteStyle}">
<Label Margin="0,0,0,0"
Style="{DynamicResource TextBody}"
Text="{x:Static resx:AppResources.LblVehicleTypeNote}" />
</PancakeView:PancakeView>
How should this component look?
