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

ImageSliderStyles.PrevButtonHorizontal Property

Gets the style settings that define the appearance of the Previous navigation button when the image area navigates horizontally.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageSliderNavigationButtonStyle PrevButtonHorizontal { get; }

Property Value

Type Description
ImageSliderNavigationButtonStyle

An ImageSliderNavigationButtonStyle object that contains the style settings.

Remarks

Use the PrevButtonHorizontal property specify the style settings defining the appearance of the Previous navigation button when the image area navigates horizontally, i.e., the ImageSliderImageAreaSettings.NavigationDirection property is set to Horizontal. To see other navigation button style settings, follow the Navigation Buttons topic.

See Also