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