Class Text
Content implementation that represents text.
public sealed class Text : IContent
- Inheritance
-
Text
- Implements
- Inherited Members
Properties
Color
Gets or sets the color of this text's glyphs.
public Color Color { get; set; }
Property Value
Value
Gets or sets the string of glyphs for this text.
public string Value { get; set; }