Click or drag to resize

TpsFontCaptionFont Property

Gets a Tps system-defined font.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public static Font CaptionFont { get; }

Property Value

Type: Font
A Font object representing a Tps system-defined font.
Remarks
The returned Font object is meant to be used for the the window's captions.
See Also