Skip to main content
A newer version of this page is available. .
Row

HeaderFooterPicture.LockAspectRatio Property

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

Namespace: DevExpress.Spreadsheet

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

Declaration

bool LockAspectRatio { get; set; }

Property Value

Type Description
Boolean

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

See Also