Table of Contents

Class Text

Namespace
Termule.Engine.Types
Assembly
Termule.Engine.dll

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

Color

Value

Gets or sets the string of glyphs for this text.

public string Value { get; set; }

Property Value

string