Skip to main content

ImageSliderSettings.SettingsImageArea Property

Provides access to the ImageSlider’s image area options.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ImageSliderImageAreaSettings SettingsImageArea { get; }

Property Value

Type Description
ImageSliderImageAreaSettings

An ImageSliderImageAreaSettings object that contains the image area options.

See Also