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
Range
Style
Tag
The custom tag.
Declaration
public object Tag
Field Value
System.Object
|