Click or drag to resize

DataWindow.Background Property (Typed)

X#
The background brush currently in use by this data window.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Background AS Brush GET SET 
Request Example View Source

Property Value

Type: Brush
The background brush currently in use by this data window.
Remarks
A window's background brush is used by CanvasErase() and in handling Expose events. Assigning a new background brush has no effect until the data window (or portion of the data window) is redrawn. If a data window was partially covered and is then fully exposed, only the covered part of the data window is redrawn and only that part gets the new background.
See Also