Skip to main content
Tab

ImageSliderNavigationBarDotStyle Class

Defines style settings for a dot.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ImageSliderNavigationBarDotStyle :
    ImageSliderNavigationBarThumbnailStyle

The following members return ImageSliderNavigationBarDotStyle objects:

Remarks

The ImageSliderNavigationBarDotStyle class contains settings that define the appearance of the dot within the ASPxImageSlider control.

An object of the ImageSliderNavigationBarDotStyle type can be accessed via the ASPxImageSlider.Styles.Dot property.

See Also