DebugSettings.EnableRedrawRegions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.