EnableRedrawRegions Property

Gets or sets a value that determines whether to show the areas of the plug-in that are being redrawn each frame.

Scripting (Instantiation)
Cannot be set during instantiation.
Scripting (Runtime)
value = silverlightObject.settings.EnableRedrawRegions
silverlightObject.settings.EnableRedrawRegions = value

Property Value

Boolean

true to show areas of the plug-in that are being redrawn each frame; otherwise, false.

This property is read/write. The default value is false.

Remarks

This property is available on the settings sub-object of a Silverlight plug-in instance.

The EnableRedrawRegions property is used during development for performance-tuning your application by showing the areas of the plug-in that are being redrawn each frame. You cannot set this property during initialization. Typically you would turn this property on and off using an event handler, such as OnLoad.

Applies To

Silverlight Plug-in

See Also

Silverlight Object Models and Scripting to the Silverlight Plug-in