Back to Devexpress

TrackBarProperties.Orientation Property

aspnet-devexpress-dot-web-dot-trackbarproperties-8ef1f6f2.md

latest1.6 KB
Original Source

TrackBarProperties.Orientation Property

Gets or sets a value that defines the track bar orientation.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(Orientation.Horizontal)]
public Orientation Orientation { get; set; }
vb
<DefaultValue(Orientation.Horizontal)>
Public Property Orientation As Orientation

Property Value

TypeDefaultDescription
OrientationHorizontal

One of the Orientation enumeration values.

|

Remarks

Use the Orientation property to specify the layout in which to render the track bar control: horizontal or vertical.

Note

The Orientation property synchronizes its value with the editor’s ASPxTrackBar.Orientation property.

See Also

Direction

Track Bar

TrackBarProperties Class

TrackBarProperties Members

DevExpress.Web Namespace