Skip to main content
A newer version of this page is available.
All docs
V19.1
.NET Framework 4.5.2+

Shape.LockAspectRatio Property

Gets or sets whether you can change the height and width of a shape independently when you resize it.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

bool LockAspectRatio { get; set; }

Property Value

Type Description
Boolean

true if the specified shape retains its original proportions when you resize it; otherwise, false.

See Also