Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

FloatingObject.LockAspectRatio Property

Gets or sets whether the floating object retains its original proportions after resizing.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

bool LockAspectRatio { get; set; }

Property Value

Type Description
Boolean

true, to retain the original proportions; otherwise, false.

See Also