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

OptionsLayoutBase.LayoutScaleFactor Property

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v21.2.dll

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

Declaration

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

Property Value

Type Default
Nullable<SizeF> null

Property Paths

You can access this nested property as listed below:

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