Click or drag to resize

LabelVisualizerTEntityFont Property

Gets or sets the GraphicsFont to use to draw label text.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public GraphicsFont Font { get; set; }

Property Value

Type: GraphicsFont
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if value is .
See Also