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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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