Setting Maximum Constraint in UWP Range Slider (SfRangeSlider)

10 May 20211 minute to read

Gets or sets the maximum possible value of the range.

  • XAML
  • <editors:SfRangeSlider Width="500"  Minimum="0" Maximum="100"  />