question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hello,

How can I set the “Theme” property using your library?

I’m trying to mimic something similar to this but there is no Border.theme :

<Border Theme="{StaticResource CardBorder}">
    <TextBlock>Card</TextBlock>
</Border>

https://github.com/irihitech/Semi.Avalonia/blob/922afa904b36b4b70669d9156e4f570bfffaebf4/demo/Semi.Avalonia.Demo/Pages/BorderDemo.axaml

Issue Analytics

  • State:closed
  • Created 5 months ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
melursus23commented, Apr 8, 2023

Sure, I can try for sure.

Right now, I was able to add the following function:

        static member theme<'t when 't :> Layoutable>(theme: ControlTheme) : IAttr<'t> =
            AttrBuilder<'t>.CreateProperty<ControlTheme>(Layoutable.ThemeProperty, theme, ValueNone)

However, I’m not sure I’ve found the cleanest / easiest way to retrieve the theme resource, any suggestions?

Border.theme ((ctx.control.FindResource("CardBorder")) :?> ControlTheme)

1reaction
JaggerJocommented, Apr 9, 2023

@melursus23 merged 👌 thanks for the contribution.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Real Estate WordPress Themes
183 Real Estate WordPress Themes sorted by best sellers. ; favethemes · Highly customizable for real estate design; Suitable for real estate agents...
Read more >
2023's Best Selling Real Estate WordPress Themes and ...
Browse 2023's best selling real estate WordPress themes and templates from our global community of authors. Our best real estate WordPress themes and ......
Read more >
18 Best Real Estate WordPress Themes for Realtors (2023)
Looking for the perfect WordPress real estate theme for your website? Try our hand-picked list of the best real estate WordPress themes for ......
Read more >
25 Best Real Estate WordPress Themes (2023)
A comprehensive list of sophisticated and mobile-ready real estate WordPress themes for realtors, agencies, agents and directory listings.
Read more >
Download 37 Real Estate WordPress Themes
You found 37 “real estate” WordPress themes ; Luxus - Real Estate WordPress Theme · Spantiklab ; Hompark | Real Estate & Luxury...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found