LabelVisualizerTEntityFont Property |
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic GraphicsFont Font { get; set; }Public Property Font As GraphicsFont
Get
Set
public:
property GraphicsFont^ Font {
GraphicsFont^ get ();
void set (GraphicsFont^ value);
}member Font : GraphicsFont with get, set
Property Value
Type:
GraphicsFont
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown if value is . |
See Also