Search Results for

    Show / Hide Table of Contents

    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 Source

    Alignment

    Specifies a text alignment

    Declaration
    public TextAlignment Alignment { get; set; }
    Property Value
    Type Description
    TextAlignment
    | Edit this page View Source

    GlobalSettings

    Global text settings

    Declaration
    public static TextSettings GlobalSettings { get; }
    Property Value
    Type Description
    TextSettings
    | Edit this page View Source

    TitleAlignment

    Specifies a title text alignment (for some writers)

    Declaration
    public TextAlignment TitleAlignment { get; set; }
    Property Value
    Type Description
    TextAlignment
    | Edit this page View Source

    TitleOffset

    Specifies a title offset for positioning

    Declaration
    public HorizontalPad TitleOffset { get; set; }
    Property Value
    Type Description
    HorizontalPad
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX