Window.Font Property (Typed) | |
The font currently used by this window. This font is used by the TextObject:TextPrint() method.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Font AS Font GET SET
public virtual Font Font { get; set; }
Request Example
View SourceProperty Value
Type:
FontThe font currently used by this window. This font is used by the TextObject:TextPrint() method.
See Also