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
Border
public int Border { get; set; }
Property Value
Direction
public Direction Direction { get; set; }
Property Value
MaxValue
public int MaxValue { get; set; }
Property Value
Value
public int Value { get; set; }
Property Value
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
disposingbool
~ProgressBar()
protected ~ProgressBar()
OnRender(DrawingContext)
public override void OnRender(DrawingContext dc)