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

ImageSliderSettings.SettingsImageArea Property

Provides access to the ImageSlider’s image area options.

Namespace: DevExpress.Web.Mvc

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

Declaration

public ImageSliderImageAreaSettings SettingsImageArea { get; }

Property Value

Type Description
ImageSliderImageAreaSettings

An ImageSliderImageAreaSettings object that contains the image area options.

See Also