The direction in which control is laid out.

Namespace:  C1.Web.UI.Controls.C1ProgressBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public Orientation Orientation { get; set; }
Visual Basic (Declaration)
Public Property Orientation As Orientation
	Get
	Set

Remarks

The default value for this property is Orientation.Horizontal.

See Also