Back to Devexpress

ASPxImageZoomNavigator.Orientation Property

aspnet-devexpress-dot-web-dot-aspximagezoomnavigator-46cd6cb6.md

latest1.5 KB
Original Source

ASPxImageZoomNavigator.Orientation Property

Gets or sets the direction in which to render the ASPxImageZoomNavigator control.

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

Items can be arranged within an ASPxImageZoomNavigator one after another, either vertically or horizontally. Use the Orientation property to control the arrangement of items.

See Also

ASPxImageZoomNavigator Class

ASPxImageZoomNavigator Members

DevExpress.Web Namespace