Skip to main content

SnapImage.ScaleY Property

Specifies the image vertical scale relative to the SnapImage size.

Namespace: DevExpress.Snap.Core.API

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

NuGet Package: DevExpress.Snap.Core

Declaration

float ScaleY { get; set; }

Property Value

Type Description
Single

A Single value.

Remarks

The SnapImage.ScaleX and ScaleY property values are ignored when the SnapImage.UpdateMode property is set to KeepSize, in which case the SnapImage‘s dimensions are controlled by its SnapImage.Size property.

See Also