Search Results for

    Show / Hide Table of Contents

    Class TextBlock

    The text block.

    Inheritance
    System.Object
    TextBlock
    Namespace: FlaxEngine.GUI
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class TextBlock : ValueType

    Fields

    Ascender

    Custom ascender value for the line layout (block size above the baseline). Set to 0 to use ascender from the font.

    Declaration
    public float Ascender
    Field Value
    System.Single

    Bounds

    The text location and size.

    Declaration
    public Rectangle Bounds
    Field Value
    Rectangle

    Range

    The text range.

    Declaration
    public TextRange Range
    Field Value
    TextRange

    Style

    The text style.

    Declaration
    public TextBlockStyle Style
    Field Value
    TextBlockStyle

    Tag

    The custom tag.

    Declaration
    public object Tag
    Field Value
    System.Object

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat