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

ImageSliderStyles.NavigationBarDotsModeLeft Property

Gets the style settings that define the appearance of a navigation bar in the dots mode when it is placed at the left of the image area.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ImageSliderNavigationBarStyle NavigationBarDotsModeLeft { get; }

Property Value

Type Description
ImageSliderNavigationBarStyle

A ImageSliderNavigationBarStyle object that contains the style settings.

Remarks

Use the NavigationBarDotsModeLeft property to specify the style settings defining the appearance of a navigation bar in the dots mode (the ImageSliderNavigationBarSettings.Mode property is set to Dots) when it is placed at the left of the image area (the ImageSliderNavigationBarSettings.Position property is set to Left). To see other navigation bar style settings, follow the Navigation Bar topic.

See Also