Table of Contents

Class ProgressBar

Namespace
GHIElectronics.Endpoint.UI.Controls
Assembly
GHIElectronics.Endpoint.UI.dll
public class ProgressBar : Image, IDisposable
Inheritance
ProgressBar
Implements
Inherited Members

Constructors

ProgressBar()

public ProgressBar()

Properties

Alpha

public ushort Alpha { get; set; }

Property Value

ushort

Border

public int Border { get; set; }

Property Value

int

Direction

public Direction Direction { get; set; }

Property Value

Direction

MaxValue

public int MaxValue { get; set; }

Property Value

int

Value

public int Value { get; set; }

Property Value

int

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Dispose(bool)

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

~ProgressBar()

protected ~ProgressBar()

OnRender(DrawingContext)

public override void OnRender(DrawingContext dc)

Parameters

dc DrawingContext