Rating input component.
Last updated 1 year ago
PowerShell Universal
Community
Support
Copyright 2024 Ironman Software
New-UDRating
Take action when the rating is changed.
New-UDRating -OnChange { Show-UDToast $EventData }
Change the maximum rating.
New-UDRating -Max 10
Change the precision for ratings.
New-UDRating -Precision .5
Change the size of the rating icons.
New-UDRating -Size large