Skip to content

How Do I use Style Class with Maui Markup #367

Closed Answered by mdelgadov
mdelgadov asked this question in Q&A
Discussion options

You must be logged in to vote

No big deal, in case anybody else has this one:

var style = (Style)new Style< Label >()
.AddAppThemeBinding(Label.TextColorProperty, Colors3.OnBackground, Colors3.OnBackgroundDark)
.ApplyToDerivedTypes(true)
.CanCascade(true));

style.Class = "Class";

easy piece, with the cast...

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mdelgadov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant