use:
using UWP.Toolkit.Controls.Helper;
Sets the ApplicationViewTitleBar
colors according to the theme provided. static class
Sets the ApplicationViewTitleBar
colors according to the theme provided
.
Sets or Gets the Colors
according to the Light
Theme. static class
ForegroundColor
: Sets or Gets thecolor
of theforeground
. DefaultHex: #1A1A1A
,ARGB: 255, 26, 26, 26
.HoverForegroundColor
: Sets or Gets thecolor
of theforeground
when thepointer is over
. DefaultHex: #191919
,ARGB: 255, 25, 25, 25
.PressedForegroundColor
: Sets or Gets thecolor
of theforeground
when thebutton is pressed
. DefaultHex: #606060
,ARGB: 255, 96, 96, 96
.InactiveForegroundColor
: Sets or Gets thecolor
of theforeground
when thewindow is inactive
. DefaultHex: #A0A0A0
,ARGB: 255, 160, 160, 160
.HoverBackgroundColor
: Sets or Gets thecolor
of thebackground
when thepointer is over
. DefaultHex: #DDDDDD
,ARGB: 255, 221, 221, 221
.PressedBackgroundColor
: Sets or Gets thecolor
of thebackground
when thebutton is pressed
. DefaultHex: #F4F4F4
,ARGB: 255, 224, 224, 224
.
Sets or Gets the Colors
according to the Dark
Theme. static class
ForegroundColor
: Sets or Gets thecolor
of theforeground
. DefaultHex: #FFFFFF
,ARGB: 255, 255, 255, 255
.HoverForegroundColor
: Sets or Gets thecolor
of theforeground
when thepointer is over
. DefaultHex: #FFFFFF
,ARGB: 255, 255, 255, 255
.PressedForegroundColor
: Sets or Gets thecolor
of theforeground
when thebutton is pressed
. DefaultHex: #D0D0D0
,ARGB: 255, 208, 208, 208
.InactiveForegroundColor
: Sets or Gets thecolor
of theforeground
when thewindow is inactive
. DefaultHex: #6F6F6F
,ARGB: 255, 111, 111, 111
.HoverBackgroundColor
: Sets or Gets thecolor
of thebackground
when thepointer is over
. DefaultHex: #292929
,ARGB: 255, 41, 41, 41
.PressedBackgroundColor
: Sets or Gets thecolor
of thebackground
when thebutton is pressed
. DefaultHex: #383838
,ARGB: 255, 56, 56, 56
.