Table of Contents

Class ProgressBar

Namespace
OmegaGUI.Model
Assembly
OmegaGUI.dll

ProgressBar control

public class ProgressBar : Control, ICloneable
Inheritance
object
ProgressBar
Implements
Inherited Members

Constructors

ProgressBar()

public ProgressBar()

Fields

ColorBackground

Used for XML serialization.

public XColor ColorBackground

Field Value

XColor

ColorFill

Used for XML serialization.

public XColor ColorFill

Field Value

XColor

ColorFillLow

Used for XML serialization.

public XColor ColorFillLow

Field Value

XColor

Properties

BackgroundColor

A custom tint for the area behind the bar; leave transparent to use the default state colors

public Color BackgroundColor { get; set; }

Property Value

Color

FillColor

The color of the bar when Value is at Max

public Color FillColor { get; set; }

Property Value

Color

FillColorLow

The color of the bar when Value is at Min; leave transparent to always use FillColor

public Color FillColorLow { get; set; }

Property Value

Color

Max

The upper end of the range displayed by the bar

public float Max { get; set; }

Property Value

float

Min

The lower end of the range displayed by the bar

public float Min { get; set; }

Property Value

float

Reversed

Fill the bar from right to left instead of from left to right

public bool Reversed { get; set; }

Property Value

bool

Value

The current value of the control

public float Value { get; set; }

Property Value

float

Methods

ShouldSerializeColorBackground()

Used for XML serialization.

public bool ShouldSerializeColorBackground()

Returns

bool

ShouldSerializeColorFillLow()

Used for XML serialization.

public bool ShouldSerializeColorFillLow()

Returns

bool