This control is a custom implementation of a slider. You can customize some properties that we show in Documentation topic.
View Material Design documentation
<material3:MaterialSlider
LabelText="Slider"
LabelValueFormat="0.00 km"
LabelValueIsVisible="True"
MaximumValue="100"
MinimumValue="0" />
This property is to add an event when the value change on the control.
This property is to set the format to use in the label value.
This property is to set the color to use in the label value text.
This property is to set the color to use in the label value text when is disabled.
This property is to set the font size for the label value text.
This property is to set the label value text font family.
This property is to set if the label value is visible, by default is false
This property is to set the color of the label text when the control is enabled.
This property is to set the color of the label text when the control is disabled.
This property is to set the label text value.
This property is to set the fontsize of the label text.
This property is to set the label minimum value.
This property is to set the color of the label minimum when control is enabled.
This property is to set the color of the label minimum when control is disable.
This property is to set the font size of the label minimum.
This property is to set the label maximum text value on the control.
This property is to set the label maximum text color value on the control enabled.
This property is to set the label text maximum color value on the control. When the control is disabled.
This property is to set the supporting text.
This property is to set the supporting text color.
This property is to set the supporting text size.
This property is to set the supporting text font family.
This property is to set the supporting text margin. By default uses (16,4,16,0).
This property is to set the Supporting LineBreakMode.
- NoWrap,
- WordWrap,
- CharacterWrap,
- HeadTruncation,
- TailTruncation,
- MiddleTruncation
This property is to set if you can show a ShakeAnimation when there is a error with control.
This property is to set the image to minimum to types of images like png, jpg.
This property is to set the image to minimum with support to svg.
This property is to set the image to maximum to types of images like png, jpg.
This property is to set the image to maximum with support to svg.
This property is to set the background image to control, this allow jpg, png.
This property is to set the background image to control, this allow svg.
This property is to set the thumb with a image.
This property is to set the value of the control, by default is the minimum.
This property is to set the minimum value, by default is 0.
This property is to set the minimum value, by default is 1.
This property is to set the active tracker color.
This property is to set the inactive tracker color.
This property is to set the color of thumb.
This property is to set the height of the thumb.
This property is to set the corner radious of the track.
This property is to set the if the interaction of the user is enabled.
This property is to set if show or not the icons.
This property is to set the disabled active track color, when the control is disabled.
This property is to set the disabled inactive track color, when the control is disabled.
This property is to set the disabled thumb color, whe the control is disabled.