Skip to main content

OptionsLayoutBase.CurrentLayoutScaleFactor Property

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

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

Property Value

Type Default
Nullable<SizeF> null

Property Paths

You can access this nested property as listed below:

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