Cog3DLabelGraphic FontSize Property Cognex VisionPro
Gets or sets the font size of the label in pixels

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Graphic (in Cognex.VisionPro3D.Graphic.dll) Version: 65.1.0.0
Syntax

public virtual int FontSize { get; set; }

Property Value

Type: Int32
Events

Exceptions

ExceptionCondition
ArgumentException The FontSize of the label must be greater than 0.
See Also