Click or drag to resize

TpsControlFontName Property

Note: This API is now obsolete.

The font that should be used for the TpsControl. The Control Font property is hidden from the property grid so that the user shouldn't be able to select Fonts which are not compatible with the FlexPendant.

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#
[ObsoleteAttribute("Use the property Font instead", false)]
public virtual DesignerFont FontName { get; set; }

Property Value

Type: DesignerFont
See Also