UserInterface.UseRenderTarget Property

GeonBit.UI

UserInterfaceUseRenderTarget Property
If true, will draw the UI on a render target before drawing on screen. This mode is required for some of the features.

Namespace:  GeonBit.UI
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool UseRenderTarget { get; set; }

Property Value

Type: Boolean
See Also