Codsworth
Codsworth
CC#
Created by Codsworth on 1/26/2023 in #help
❔ How to set a borders correctly ?
how to make border to be a size of a button ?
6 replies
CC#
Created by Codsworth on 1/26/2023 in #help
❔ How to set a borders correctly ?
6 replies
CC#
Created by Codsworth on 1/26/2023 in #help
❔ How to set a borders correctly ?
but it does that stretching
6 replies
CC#
Created by Codsworth on 1/26/2023 in #help
❔ How to set a borders correctly ?
<Border Margin="0,10,0,0" Classes="borderHouButton">
<Button Classes="houButton" Content="Zeta">
</Button>
</Border>
<Border Margin="0,10,0,0" Classes="borderHouButton">
<Button Classes="houButton" Content="Zeta">
</Button>
</Border>
6 replies
CC#
Created by Codsworth on 1/25/2023 in #help
❔ How to create a Template for a button ?
🥂
86 replies
CC#
Created by Codsworth on 1/25/2023 in #help
❔ How to create a Template for a button ?
yes right
86 replies
CC#
Created by Codsworth on 1/25/2023 in #help
❔ How to create a Template for a button ?
86 replies
CC#
Created by Codsworth on 1/25/2023 in #help
❔ How to create a Template for a button ?
I have very hard time to recreating that button lol
86 replies
CC#
Created by Codsworth on 1/25/2023 in #help
❔ How to create a Template for a button ?
aha . ok thanks for help
86 replies
CC#
Created by Codsworth on 1/25/2023 in #help
❔ How to create a Template for a button ?
I made it it is kinda key also
86 replies
CC#
Created by Codsworth on 1/25/2023 in #help
❔ How to create a Template for a button ?
what that XBTN says ?
86 replies
CC#
Created by Codsworth on 1/25/2023 in #help
❔ How to create a Template for a button ?
and if <Style Selector="Button.XBTN" x:Key="myStyleButton">
86 replies
CC#
Created by Codsworth on 1/25/2023 in #help
❔ How to create a Template for a button ?
and when selector is button it will choose all buttons
86 replies
CC#
Created by Codsworth on 1/25/2023 in #help
❔ How to create a Template for a button ?
you mean like that
86 replies
CC#
Created by Codsworth on 1/25/2023 in #help
❔ How to create a Template for a button ?
<Style Selector="Button" x:Key="myStyleButton">
86 replies
CC#
Created by Codsworth on 1/25/2023 in #help
❔ How to create a Template for a button ?
to not enter hardcoded values
86 replies
CC#
Created by Codsworth on 1/25/2023 in #help
❔ How to create a Template for a button ?
I named my color templates like that
86 replies
CC#
Created by Codsworth on 1/25/2023 in #help
❔ How to create a Template for a button ?
I set my colors like that
86 replies
CC#
Created by Codsworth on 1/25/2023 in #help
❔ How to create a Template for a button ?
<Window.Resources>
<SolidColorBrush x:Key="DarkVividColor">#434343</SolidColorBrush>
<SolidColorBrush x:Key="BrightVividColor">#DDDDDD</SolidColorBrush>
</Window.Resources>
<Window.Resources>
<SolidColorBrush x:Key="DarkVividColor">#434343</SolidColorBrush>
<SolidColorBrush x:Key="BrightVividColor">#DDDDDD</SolidColorBrush>
</Window.Resources>
86 replies
CC#
Created by Codsworth on 1/25/2023 in #help
❔ How to create a Template for a button ?
I thought resources is for colors
86 replies