ProgressBar.IsVertical

Syntax

IsVertical: Boolean

Description

The IsVertical property determines if a component is positioned vertically.

Comments

If the property is set to True the component is positioned vertically:

If the property is set to False (default), the component is positioned horizontally:

Example

The property use is given on the page with description of the ProgressBar constructor.

See also:

ProgressBar