Back to Devexpress

ImageSliderImageAreaStyle.Height Property

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

latest1.6 KB
Original Source

ImageSliderImageAreaStyle.Height Property

Gets or sets the Image Area‘s height.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
Unit

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

|

Remarks

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

See Also

Width

Image Slider

ImageSliderImageAreaStyle Class

ImageSliderImageAreaStyle Members

DevExpress.Web Namespace