mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
27 lines
1.2 KiB
XML
27 lines
1.2 KiB
XML
<Page>
|
|
<StackLayout>
|
|
<Label text="textText" style="text-transform: uppercase; text-decoration: underline line-through;" />
|
|
<Label style="text-transform: uppercase; text-decoration: underline line-through;">
|
|
<Label.formattedText>
|
|
<FormattedString>
|
|
<FormattedString.spans>
|
|
<Span text="text" fontAttributes="Bold" foregroundColor="#ff0000" />
|
|
<Span text="Text" fontAttributes="Italic" foregroundColor="#00ff00" />
|
|
</FormattedString.spans>
|
|
</FormattedString>
|
|
</Label.formattedText>
|
|
</Label>
|
|
|
|
<Button text="textText" style="text-transform: uppercase; text-decoration: underline line-through;" />
|
|
<Button style="text-transform: uppercase; text-decoration: underline line-through;">
|
|
<Button.formattedText>
|
|
<FormattedString>
|
|
<FormattedString.spans>
|
|
<Span text="text" fontAttributes="Bold" foregroundColor="#ff0000" />
|
|
<Span text="Text" fontAttributes="Italic" foregroundColor="#00ff00" />
|
|
</FormattedString.spans>
|
|
</FormattedString>
|
|
</Button.formattedText>
|
|
</Button>
|
|
</StackLayout>
|
|
</Page> |