Window.Foreground Property (Typed) | |
The foreground brush currently in use by this window.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Foreground AS Brush GET SET
public virtual Brush Foreground { get; set; }
Request Example
View SourceProperty Value
Type:
BrushThe foreground brush currently in use by this window.
See Also