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

ImageSliderStyles.NextButtonVertical Property

Gets the style settings that define the appearance of the Next navigation button when the image area navigates vertically.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ImageSliderNavigationButtonStyle NextButtonVertical { get; }

Property Value

Type Description
ImageSliderNavigationButtonStyle

An ImageSliderNavigationButtonStyle object that contains the style settings.

Remarks

Use the NextButtonVertical property to specify the style settings defining the appearance of Next navigation button when the image area navigates vertically, i.e. the ImageSliderImageAreaSettings.NavigationDirection property is set to Vertical. To see other navigation button style settings, follow the Navigation Buttons topic.

See Also