ImageSliderImageAreaStyle.Width Property
Gets or sets the Image Area‘s width.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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