Default button styles #17207
Unanswered
HowardPWeiss
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am writing an application using Visual Studio Code, Ubuntu 20.04 and Uno
I would like to view the default button style
The debugger tells me that for defaultstylekey
assembly is {Uno.UI, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null}
AssemblyQualifiedName is Microsoft.UI.Xaml.Controls.Button, Uno.UI, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null
Assembly.CodeBase ia file:///home/howard/Desktop/Hello_Blocks/Hello/bin/Debug/net8.0-desktop/Uno.UI.dll
Where can I find a human readable definition of the default button style?
Can I enumerate the properties of the default button style using C#?
Beta Was this translation helpful? Give feedback.
All reactions