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

SnapImage.Width Property

Specifies the image width.

Namespace: DevExpress.Snap.Core.API

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

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