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
ProgressBar.BarOrigin
|
HorizontalRight
Move the bar horizontally to the right.
Declaration
public const ProgressBar.BarOrigin HorizontalRight
Field Value
ProgressBar.BarOrigin
|
value__
Declaration
public int value__
Field Value
System.Int32
|
VerticalBottom
Move the bar vertically down.
Declaration
public const ProgressBar.BarOrigin VerticalBottom
Field Value
ProgressBar.BarOrigin
|
VerticalTop
Move the bar vertically up.
Declaration
public const ProgressBar.BarOrigin VerticalTop
Field Value
ProgressBar.BarOrigin
|