Progress component for Universal Dashboard
New-UDProgress -Circular -Color Blue
New-UDProgress
Name
Type
Description
Required
Id
String
The ID of the component. It defaults to a random GUID.
false
PercentComplete
Object
The percent complete for the progress.
BackgroundColor
DashboardColor
The background color.
ProgressColor
The progress bar color.
Circular
SwitchParameter
Whether the progress is circular.
Color
The color of the progress.
Size
The size of the progress.
Last updated 4 years ago
Was this helpful?
New-UDProgress -PercentComplete 75