Skip to main content

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.v14.2.Core.dll

Declaration

bool LockAspectRatio { get; set; }
Property LockAspectRatio As Boolean

Property Value

Type Description
Boolean

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

See Also