Skip to main content

OptionsLayoutBase.StoredLayoutScaleFactor Property

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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
PropertyAllowEventArgs
.OptionsLayout .StoredLayoutScaleFactor
WinForms Controls BaseView
.OptionsLayout .StoredLayoutScaleFactor
SchedulerControl
.OptionsLayout .StoredLayoutScaleFactor
See Also