Skip to main content

Shape.ScaleY Property

Gets or sets the y-axis scale factor.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v14.2.Core.dll

Declaration

float ScaleY { get; set; }
Property ScaleY As Single

Property Value

Type Description
Single

A Single value that is the scale factor. Default is 1.

Remarks

You can use this property to stretch or shrink a shape vertically.

Values between 0 and 1 decrease the height of the shape; values greater than 1 increase the height. A value of 1 indicates that the object is not scaled in the y-direction.

Negative values flip the scaled object vertically.

See Also