Skip to main content
A newer version of this page is available. .
Tab

ImageZoomNavigatorStyles.NavigatorVertical Property

Gets the style settings that define the appearance of the ASPxImageZoomNavigator control when it is vertical.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageSliderNavigationBarStyle NavigatorVertical { get; }

Property Value

Type Description
ImageSliderNavigationBarStyle

An ImageSliderNavigationBarStyle object that contains the style settings.

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