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

ImageSliderImageAreaStyle Class

Defines style settings for an image area.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ImageSliderImageAreaStyle :
    ImageSliderStyle

The following members return ImageSliderImageAreaStyle objects:

Remarks

The ImageSliderImageAreaStyle class contains settings that define the appearance of the image area within the ASPxImageSlider control.

An object of the ImageSliderImageAreaStyle type can be accessed via the ASPxImageSlider.Styles.ImageArea property.

See Also