ImageZoomNavigatorStyles.NavigatorVertical Property
In This Article
Gets the style settings that define the appearance of the ASPxImageZoomNavigator control when it is vertical.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
Use the NavigatorVertical property to specify the style settings defining the appearance of the ASPxImageZoomNavigator control when it is vertical (the ASPxImageZoomNavigator.Orientation property is set to Vertical). To specify style settings for horizontal control, use the ImageZoomNavigatorStyles.NavigatorHorizontal.
See Also