Table of Contents

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

stylesheet Stylesheet

The stylesheet to use for applying the style.

styleName string

The 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

styleName string

The 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

HorizontalAlignment

Orientation

Gets the orientation of the progress bar, which is always vertical.

public override Orientation Orientation { get; }

Property Value

Orientation

VerticalAlignment

Gets or sets the vertical alignment of the progress bar.

public override VerticalAlignment VerticalAlignment { get; set; }

Property Value

VerticalAlignment