RatingControl : Control
Implemented for: WASM, Skia, Mobile
This document lists all properties, methods, and events of RatingControl
that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.
To better understand how RatingControl
works, you can use the Uno Gallery.
Implemented properties
Property | Supported on |
---|---|
double Value | WASM, Skia, Mobile |
double PlaceholderValue | WASM, Skia, Mobile |
int MaxRating | WASM, Skia, Mobile |
RatingItemInfo ItemInfo | WASM, Skia, Mobile |
bool IsReadOnly | WASM, Skia, Mobile |
bool IsClearEnabled | WASM, Skia, Mobile |
int InitialSetValue | WASM, Skia, Mobile |
string Caption | WASM, Skia, Mobile |
DependencyProperty CaptionProperty | WASM, Skia, Mobile |
DependencyProperty InitialSetValueProperty | WASM, Skia, Mobile |
DependencyProperty IsClearEnabledProperty | WASM, Skia, Mobile |
DependencyProperty IsReadOnlyProperty | WASM, Skia, Mobile |
DependencyProperty ItemInfoProperty | WASM, Skia, Mobile |
DependencyProperty MaxRatingProperty | WASM, Skia, Mobile |
DependencyProperty PlaceholderValueProperty | WASM, Skia, Mobile |
DependencyProperty ValueProperty | WASM, Skia, Mobile |
Implemented events
Event | Supported on |
---|---|
TypedEventHandler<RatingControl, object> ValueChanged | WASM, Skia, Mobile |
Below are all properties, methods, and events of RatingControl
that are not currently implemented in Uno.
Not implemented properties
Property | Not supported on |
---|---|
double Value | MacOS |
double PlaceholderValue | MacOS |
int MaxRating | MacOS |
RatingItemInfo ItemInfo | MacOS |
bool IsReadOnly | MacOS |
bool IsClearEnabled | MacOS |
int InitialSetValue | MacOS |
string Caption | MacOS |
DependencyProperty CaptionProperty | MacOS |
DependencyProperty InitialSetValueProperty | MacOS |
DependencyProperty IsClearEnabledProperty | MacOS |
DependencyProperty IsReadOnlyProperty | MacOS |
DependencyProperty ItemInfoProperty | MacOS |
DependencyProperty MaxRatingProperty | MacOS |
DependencyProperty PlaceholderValueProperty | MacOS |
DependencyProperty ValueProperty | MacOS |
Not implemented events
Event | Not supported on |
---|---|
TypedEventHandler<RatingControl, object> ValueChanged | MacOS |
Last updated Monday, 14 April 2025 02:07.