Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Gets the ColorRect containing the colors used when rendering this Control.

Namespace: Visual3D.UI.Controls
Assembly: Visual3D.UI (in Visual3D.UI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public ColorRect BackgroundColorRect { get; set; }
Public Property BackgroundColorRect As ColorRect
	Get
	Set

Field Value

ColorRect initialized with the colors used when rendering the background for this Control.

See Also