Skip to content

Change colour of the ModernSlider #20

Discussion options

You must be logged in to vote

so easy, just override the follow resources:

<!--ModernSlider Resources-->
<ExperimentalAcrylicMaterial x:Key="ModernSliderIncrease"
TintColor="{DynamicResource SystemAccentColor}"
TintOpacity="1"
FallbackColor="{DynamicResource SystemAccentColor}"
MaterialOpacity="1"
BackgroundSource="None"/>
<ExperimentalAcrylicMaterial x:Key="ModernSliderIncreasePointerOver"
TintColor="{DynamicResource SystemAccentColorLight1}"
TintOpacity="1"
FallbackColor="{DynamicResource SystemAccentColorLight1}"
MaterialOpacity="1"
BackgroundSource="None"/>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@xavizardKnight
Comment options

Answer selected by xavizardKnight
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants