RangeBase : Control

Implemented for: WASM, Skia, Mobile

This document lists all properties, methods, and events of RangeBase that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.

Implemented properties

Property Supported on
double Value WASM, Skia, Mobile
double SmallChange WASM, Skia, Mobile
double Minimum WASM, Skia, Mobile
double Maximum WASM, Skia, Mobile
double LargeChange WASM, Skia, Mobile
DependencyProperty LargeChangeProperty WASM, Skia, Mobile
DependencyProperty MaximumProperty WASM, Skia, Mobile
DependencyProperty MinimumProperty WASM, Skia, Mobile
DependencyProperty SmallChangeProperty WASM, Skia, Mobile
DependencyProperty ValueProperty WASM, Skia, Mobile

Implemented methods

Method Supported on
void OnMinimumChanged(double, double) WASM, Skia, Mobile
void OnMaximumChanged(double, double) WASM, Skia, Mobile
void OnValueChanged(double, double) WASM, Skia, Mobile

Implemented events

Event Supported on
RangeBaseValueChangedEventHandler ValueChanged WASM, Skia, Mobile

Below are all properties, methods, and events of RangeBase that are not currently implemented in Uno.

Not implemented properties

Property Not supported on
double Value MacOS
double SmallChange MacOS
double Minimum MacOS
double Maximum MacOS
double LargeChange MacOS
DependencyProperty LargeChangeProperty MacOS
DependencyProperty MaximumProperty MacOS
DependencyProperty MinimumProperty MacOS
DependencyProperty SmallChangeProperty MacOS
DependencyProperty ValueProperty MacOS

Not implemented methods

Method Not supported on
void OnMinimumChanged(double, double) MacOS
void OnMaximumChanged(double, double) MacOS
void OnValueChanged(double, double) MacOS

Not implemented events

Event Not supported on
RangeBaseValueChangedEventHandler ValueChanged MacOS

Last updated Monday, 14 April 2025 02:07.