Skip to main content

SnapImage.Width Property

Specifies the image width.

Namespace: DevExpress.Snap.Core.API

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

NuGet Package: DevExpress.Snap.Core

Declaration

int Width { get; set; }

Property Value

Type Description
Int32

An integer value.

Remarks

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

See Also