ApplicationViewScaling.DisableLayoutScaling Property

Definition

Gets a value that indicates whether layout scaling is disabled.

public:
 static property bool DisableLayoutScaling { bool get(); };
static bool DisableLayoutScaling();
public static bool DisableLayoutScaling { get; }
var boolean = ApplicationViewScaling.disableLayoutScaling;
Public Shared ReadOnly Property DisableLayoutScaling As Boolean

Property Value

Boolean

bool

true if layout scaling is disabled; otherwise, false.

Applies to