Click or drag to resize

TpsFontCommandBarFont 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 CommandBarFont { get; }

Property Value

Type: Font
A Font object representing a Tps system-defined font.
Remarks
The returned Font object is meant to be used by the CommandBar controls.
See Also