Skip to content
ProgressBarFillType

UI / ProgressBarFillType

ProgressBarFillType Enumeration

Progress Bar filling rules

Table of contents

Enumeration Members

BottomToTop = 4
FillFromCenter = 2
LeftToRight = 0
RightToLeft = 1
TopToBottom = 3

Enumeration Members

BottomToTop

BottomToTop = 4

From bottom to top


FillFromCenter

FillFromCenter = 2

Starting from the center


LeftToRight

LeftToRight = 0

From left to right


RightToLeft

RightToLeft = 1

From right to left


TopToBottom

TopToBottom = 3

From top to bottom