Skip to main content
A newer version of this page is available.

SnapImage.Height Property

Specifies the image height.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v18.2.Core.dll

Declaration

int Height { get; set; }

Property Value

Type Description
Int32

An integer value.

Remarks

To make sure that the image proportions are preserved when a SnapImage is resized, use the SnapImage.Size property instead of setting its Height and SnapImage.Width separately.

See Also