Back to Devexpress

OptionsLayoutBase.StoredLayoutScaleFactor Property

corelibraries-devexpress-dot-utils-dot-optionslayoutbase-7e662fb9.md

latest2.1 KB
Original Source

OptionsLayoutBase.StoredLayoutScaleFactor Property

Namespace : DevExpress.Utils

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public SizeF? StoredLayoutScaleFactor { get; }
vb
<Browsable(False)>
<DefaultValue(Nothing)>
Public ReadOnly Property StoredLayoutScaleFactor As SizeF?

Property Value

TypeDefault
Nullable<SizeF>null

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to StoredLayoutScaleFactor
Cross-Platform Class LibraryOptionsLayoutBase

.FullLayout .StoredLayoutScaleFactor

| | PropertyAllowEventArgs |

.OptionsLayout .StoredLayoutScaleFactor

| | WinForms Controls | BaseView |

.OptionsLayout .StoredLayoutScaleFactor

| | SchedulerControl |

.OptionsLayout .StoredLayoutScaleFactor

|

See Also

OptionsLayoutBase Class

OptionsLayoutBase Members

DevExpress.Utils Namespace