SnapImage.Height Property
Specifies the image height.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
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