Skip to main content
Tab

ImageSliderImageAreaStyle.Height Property

Gets or sets the Image Area‘s height.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override Unit Height { get; set; }

Property Value

Type Description
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