Skip to content
ProgressBarFillType

界面 / ProgressBarFillType

ProgressBarFillType Enumeration

进度条填充规则

Table of contents

Enumeration Members

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

Enumeration Members

BottomToTop

BottomToTop = 4

从下到上


FillFromCenter

FillFromCenter = 2

从中心开始


LeftToRight

LeftToRight = 0

从左到右


RightToLeft

RightToLeft = 1

从右到左


TopToBottom

TopToBottom = 3

从上到下