TextVisualizer.Text Property
Gets or sets the text to draw.
Syntax
public AttributeVariable< System.String > Text { get; set; }
Property Value
Default: "A text"
The text that is drawn.
Remarks
This property is often set to retrieve a text string from a string attribute of the feature to be rendered. It is also possible to reference an integer or floating point attribute, the value will automatically be converted to a string.
This property is ignored if CharacterIndex is used to draw single glyphs in the specified font instead of a text.
Platforms
Windows, Linux, Android