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

OptionsLayoutBase.StoredLayoutScaleFactor Property

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

[Browsable(false)]
[DefaultValue(null)]
public SizeF? StoredLayoutScaleFactor { get; }

Property Value

Type Default
Nullable<SizeF> null

Property Paths

You can access this nested property as listed below:

Library Object Type Path to StoredLayoutScaleFactor
Cross-Platform Class Library OptionsLayoutBase
.FullLayout .StoredLayoutScaleFactor
WinForms Controls BaseView
.OptionsLayout .StoredLayoutScaleFactor
SchedulerControl
.OptionsLayout .StoredLayoutScaleFactor
See Also