Skip to main content
Tab

ImageSliderImageAreaStyle.Width Property

Gets or sets the Image Area‘s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override Unit Width { get; set; }

Property Value

Type Description
Unit

A Unit structure that specifies the image area’s width.

Remarks

When an image slider displays images that are of the same size, you can use the Width and ImageSliderImageAreaStyle.Height properties to specify the image area size to prevent image resizing.

See Also