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 |
|---|---|
| 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 |
| double LargeChange | WASM, Skia, Mobile |
| double Maximum | WASM, Skia, Mobile |
| double Minimum | WASM, Skia, Mobile |
| double SmallChange | WASM, Skia, Mobile |
| double Value | 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 |
|---|---|
| DependencyProperty LargeChangeProperty | MacOS |
| DependencyProperty MaximumProperty | MacOS |
| DependencyProperty MinimumProperty | MacOS |
| DependencyProperty SmallChangeProperty | MacOS |
| DependencyProperty ValueProperty | MacOS |
| bool HasUnwrappableNativeObject | all platforms supported by Uno Platform |
| IObjectReference NativeObject | all platforms supported by Uno Platform |
| double LargeChange | MacOS |
| double Maximum | MacOS |
| double Minimum | MacOS |
| double SmallChange | MacOS |
| double Value | MacOS |
Not implemented methods
| Method | Not supported on |
|---|---|
| I As() | all platforms supported by Uno Platform |
| RangeBase FromAbi(nint) | all platforms supported by Uno Platform |
| bool Equals(RangeBase) | all platforms supported by Uno Platform |
| bool Equals(object) | all platforms supported by Uno Platform |
| int GetHashCode() | all platforms supported by Uno Platform |
| void OnMinimumChanged(double, double) | MacOS |
| void OnMaximumChanged(double, double) | MacOS |
| void OnValueChanged(double, double) | MacOS |
| bool IsOverridableInterface(Guid) | all platforms supported by Uno Platform |
Not implemented events
| Event | Not supported on |
|---|---|
| RangeBaseValueChangedEventHandler ValueChanged | MacOS |
Last updated Thursday, 27 August 2026 18:27.