SnapImage.ScaleX Property
Specifies the image horizontal scale relative to the SnapImage size.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
Property Value
Type | Description |
---|---|
Single | A Single value. |
Remarks
The ScaleX and SnapImage.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