Class VerticalProgressBar
- Namespace
- Myra.Graphics2D.UI
- Assembly
- Myra.dll
A progress bar control that displays progress vertically from bottom to top.
public class VerticalProgressBar : ProgressBar, IItemWithId, INotifyAttachedPropertyChanged
- Inheritance
-
VerticalProgressBar
- Implements
- Inherited Members
Constructors
VerticalProgressBar(Stylesheet, string)
Initializes a new instance of the VerticalProgressBar class with the specified stylesheet and style.
public VerticalProgressBar(Stylesheet stylesheet, string styleName = "")
Parameters
stylesheetStylesheetThe stylesheet to use for applying the style.
styleNamestringThe name of the style to apply. Defaults to the default stylesheet style.
VerticalProgressBar(string)
Initializes a new instance of the VerticalProgressBar class with the specified style.
public VerticalProgressBar(string styleName = "")
Parameters
styleNamestringThe name of the style to apply. Defaults to the default stylesheet style.
Properties
HorizontalAlignment
Gets or sets the horizontal alignment of the progress bar.
public override HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Orientation
Gets the orientation of the progress bar, which is always vertical.
public override Orientation Orientation { get; }
Property Value
VerticalAlignment
Gets or sets the vertical alignment of the progress bar.
public override VerticalAlignment VerticalAlignment { get; set; }