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

ImageZoomNavigatorStyles.NavigatorHorizontal Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageSliderNavigationBarStyle NavigatorHorizontal { get; }

Property Value

Type Description
ImageSliderNavigationBarStyle

An ImageSliderNavigationBarStyle object that contains the style settings.

Remarks

Use the NavigatorHorizontal property to specify the style settings defining the appearance of the ASPxImageZoomNavigator control when it is horizontal (the ASPxImageZoomNavigator.Orientation property is set to Horizontal). To specify style settings for vertical control, use the ImageZoomNavigatorStyles.NavigatorVertical.

See Also