Skip to content

Instantly share code, notes, and snippets.

@stuf
Created November 16, 2016 19:09
Show Gist options
  • Save stuf/a84a70bd5a3e1e4dab0feec4866652c4 to your computer and use it in GitHub Desktop.
Save stuf/a84a70bd5a3e1e4dab0feec4866652c4 to your computer and use it in GitHub Desktop.
Huutismittari version Bur
<App Background="#90CAF9">
<ClientPanel>
<!-- Huutis component -->
<Panel ux:Class="Huutis" TextColor="Black">
<string ux:Property="Level" />
<float4 ux:Property="Color" />
<float4 ux:Property="TextColor" />
<Text Alignment="Center" FontSize="40" Color="{Property TextColor}" Value="{Property Level}" />
</Panel>
<Grid RowCount="6" Margin="10" Background="#f00">
<Huutis Level="Galactic Shoutings" Color="Black" TextColor="White" />
<Huutis Level="Apex Kek" Color="#F57C00" TextColor="White" />
<Huutis Level="Top Lel" Color="#FFEB3B" />
<Huutis Level="Elevated Lol" Color="#26C6DA" />
<Huutis Level="Low Bur" Color="#BA68C8" />
<Huutis Level="Regular Nay" Color="#283593" TextColor="White" />
</Grid>
</ClientPanel>
</App>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment