Class TextSettings
Text settings to manipulate writing
Inheritance
object
TextSettings
Namespace: Terminaux.Writer.CyclicWriters.Renderer.Tools
Assembly: Terminaux.dll
Syntax
public class TextSettings
Properties
| Edit this page View SourceAlignment
Specifies a text alignment
Declaration
public TextAlignment Alignment { get; set; }
Property Value
Type | Description |
---|---|
TextAlignment |
GlobalSettings
Global text settings
Declaration
public static TextSettings GlobalSettings { get; }
Property Value
Type | Description |
---|---|
TextSettings |
TitleAlignment
Specifies a title text alignment (for some writers)
Declaration
public TextAlignment TitleAlignment { get; set; }
Property Value
Type | Description |
---|---|
TextAlignment |