Class ProgressBar.BarOrigin
The origin to move the progress bar to.
Inheritance
System.Object
ProgressBar.BarOrigin
Namespace: FlaxEngine.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class BarOrigin : Enum
Fields
HorizontalLeft
Move the bar horizontally to the left.
Declaration
public const ProgressBar.BarOrigin HorizontalLeft
Field Value
HorizontalRight
Move the bar horizontally to the right.
Declaration
public const ProgressBar.BarOrigin HorizontalRight
Field Value
value__
Declaration
public int value__
Field Value
System.
|
VerticalBottom
Move the bar vertically down.
Declaration
public const ProgressBar.BarOrigin VerticalBottom
Field Value
VerticalTop
Move the bar vertically up.
Declaration
public const ProgressBar.BarOrigin VerticalTop