Back to Devexpress

OptionsView.AllowScaleControlsToDisplayResolution Property

windowsforms-devexpress-dot-xtralayout-dot-optionsview-b6b17fc2.md

latest2.0 KB
Original Source

OptionsView.AllowScaleControlsToDisplayResolution Property

OBSOLETE

Use the UseParentAutoScaleFactor option instead

This property is now obsolete. Use the OptionsView.UseParentAutoScaleFactor property instead.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the UseParentAutoScaleFactor option instead")]
public bool AllowScaleControlsToDisplayResolution { get; set; }
vb
<DefaultValue(False)>
<Obsolete("Use the UseParentAutoScaleFactor option instead")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property AllowScaleControlsToDisplayResolution As Boolean

Property Value

TypeDefault
Booleanfalse

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowScaleControlsToDisplayResolution
LayoutControl

.OptionsView .AllowScaleControlsToDisplayResolution

|

See Also

UseParentAutoScaleFactor

OptionsView Class

OptionsView Members

DevExpress.XtraLayout Namespace