Back to Devexpress

OptionsLayoutBase.LayoutScaleFactor Property

corelibraries-devexpress-dot-utils-dot-optionslayoutbase-487daa52.md

latest2.0 KB
Original Source

OptionsLayoutBase.LayoutScaleFactor Property

Namespace : DevExpress.Utils

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

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

Property Value

TypeDefault
Nullable<SizeF>null

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to LayoutScaleFactor
Cross-Platform Class LibraryOptionsLayoutBase

.FullLayout .LayoutScaleFactor

| | PropertyAllowEventArgs |

.OptionsLayout .LayoutScaleFactor

| | WinForms Controls | BaseView |

.OptionsLayout .LayoutScaleFactor

| | SchedulerControl |

.OptionsLayout .LayoutScaleFactor

|

See Also

OptionsLayoutBase Class

OptionsLayoutBase Members

DevExpress.Utils Namespace