Skip to main content
Row

HeaderFooterPicture.LockAspectRatio Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool LockAspectRatio { get; set; }

Property Value

Type Description
Boolean

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

See Also