Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 778 Bytes

MaterialProgressIndicator.md

File metadata and controls

30 lines (24 loc) · 778 Bytes

MaterialProgressIndicator

Progress indicators show the status of a process in real time
View Material Design documentation

Screenshot

Example

<material3:MaterialProgressIndicator Type="Circular"
                                     TrackColor="DarkGray"
                                     IndicatorColor="MediumPurple"/>

Documentation

Property Type

You can choose Linear and Circular, by default the Circular type is selected.

Property IndicatorColor

This property changes the Indicatorcolor.

Property TrackColor:

This property is to set the track color. Only works for Linear type