-
Notifications
You must be signed in to change notification settings - Fork 6
Text
Parth Patel edited this page Nov 7, 2016
·
2 revisions
Xamstrap includes different classes in-order to apply style to text.Using classes like text-muted, text-primary, text-success, text-info, text-warning, text-danger, you can create text with different color.
Sample Code
<Label Text="text-muted - Used to create text with muted color." Attached:ResponsiveProperty.Class="text-muted" />
<Label Text="text-primary - Used to create text with primary color." Attached:ResponsiveProperty.Class="text-primary"/>
<Label Text="text-success - Used to create text with success color." Attached:ResponsiveProperty.Class="text-success"/>
<Label Text="text-info - Used to create text with info color." Attached:ResponsiveProperty.Class="text-info" />
<Label Text="text-warning - Used to create text with warning color." Attached:ResponsiveProperty.Class="text-warning"/>
<Label Text="text-danger - Used to create text with muted color." Attached:ResponsiveProperty.Class="text-danger" />