ImageSliderStyles.NextButtonHorizontal Property
In This Article
Gets the style settings that define the appearance of the Next navigation button when the image area navigates horizontally.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageSliderNavigationButtonStyle NextButtonHorizontal { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
Use the NextButtonHorizontal property to specify the style settings defining the appearance of Next 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