DataWindow.Background Property (Typed) | |
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
public override Brush Background { get; set; }
Request Example
View SourceProperty 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