TextControl.ControlFont Property (Typed) | |
The font used to draw the text in the control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ControlFont AS Font GET SET
public virtual Font ControlFont { get; set; }
Request Example
View SourceProperty Value
Type:
FontThe font used to draw the text in the control.
See Also