Rating
Rating input component.
Basic Rating
New-UDRating

OnChange
Take action when the rating is changed.
New-UDRating -OnChange {
Show-UDToast $EventData
}
Maximum
Change the maximum rating.

New-UDRating -Max 10
Precision
Change the precision for ratings.

New-UDRating -Precision .5
Size
Change the size of the rating icons.

New-UDRating -Size large
Last updated
Was this helpful?