Back to Devexpress

ImageSliderImageAreaStyle.Width Property

aspnet-devexpress-dot-web-dot-imagesliderimageareastyle-c993f8ca.md

latest1.6 KB
Original Source

ImageSliderImageAreaStyle.Width Property

Gets or sets the Image Area‘s width.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public override Unit Width { get; set; }
vb
Public Overrides Property Width As Unit

Property Value

TypeDescription
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

Height

Image Slider

ImageSliderImageAreaStyle Class

ImageSliderImageAreaStyle Members

DevExpress.Web Namespace