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

ImageSliderStyles.NavigationBarThumbnailsModeTop Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageSliderNavigationBarStyle NavigationBarThumbnailsModeTop { get; }

Property Value

Type Description
ImageSliderNavigationBarStyle

An ImageSliderNavigationBarStyle object that contains the style settings.

Remarks

Use the NavigationBarThumbnailsModeTop property to specify the style settings defining the appearance of a navigation bar in the thumbnails mode (the ImageSliderNavigationBarSettings.Mode property is set to Thumbnails) when it is placed at the top of the image area (the ImageSliderNavigationBarSettings.Position property is set to Top). To see other navigation bar style settings, follow the Navigation Bar topic.

See Also