Skip to main content

ChangeRectangularObjectScaleCommand.ScaleX Property

Gets or sets the ratio of the projected X-size to the current X-size, as a percent.

Namespace: DevExpress.XtraRichEdit.Commands

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public int ScaleX { get; set; }

Property Value

Type Description
Int32

An integer that is the scaling factor expressed as a percentage.

See Also