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