DebugSettings.EnableRedrawRegions Property

Definition

Gets or sets a value that indicates whether to highlight areas of the app UI surface that are being redrawn each frame.

public:
 property bool EnableRedrawRegions { bool get(); void set(bool value); };
bool EnableRedrawRegions();

void EnableRedrawRegions(bool value);
public bool EnableRedrawRegions { get; set; }
var boolean = debugSettings.enableRedrawRegions;
debugSettings.enableRedrawRegions = boolean;
Public Property EnableRedrawRegions As Boolean

Property Value

Boolean

bool

true to highlight redraw regions. false to not highlight redraw regions. The default is false.

Applies to