filldirection - eisclimber/ExPresS-XR GitHub Wiki
Enum in CircularTimerUi
Inherits from System.Enum
The way progress is visualized, either as counting up or counting down.
public enum FillDirection
{
Up,
Down
}| Name | Description |
|---|---|
| Down | Progress is shown as counting down. |
| Up | Progress is shown as counting up. |