Skip to content

Commit

Permalink
docs: Reference Styles Tech Bites video
Browse files Browse the repository at this point in the history
  • Loading branch information
morning4coffe-dev authored Mar 11, 2024
1 parent 272fa76 commit fecd508
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/Learn/Markup/Styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ new Style<TextBlock>()
.Setters(s => s.FontSize(14))
```

<div style="position: relative; width: 100%; padding-bottom: 56.25%;">
<iframe
src="https://www.youtube-nocookie.com/embed/McQi0-JCciw"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
</iframe>
</div>


## Basing a Style on another Style

Sometimes you may want to base a style on another style. This can be done one of two ways. The first is that you can provide the name/key of the style. It is important to remember that this has a limitation of only working for globally accessible styles through the Application and is best used for default styles.
Expand Down

0 comments on commit fecd508

Please sign in to comment.