Class TextRun
- Namespace
- GHIElectronics.Endpoint.UI.Controls
- Assembly
- GHIElectronics.Endpoint.UI.dll
public class TextRun
- Inheritance
-
TextRun
- Inherited Members
Constructors
TextRun(string, Font, Color)
public TextRun(string text, Font font, Color foreColor)
Parameters
Fields
Font
public readonly Font Font
Field Value
ForeColor
public readonly Color ForeColor
Field Value
Text
public readonly string Text
Field Value
_height
protected int _height
Field Value
_width
protected int _width
Field Value
Properties
EndOfLine
public static TextRun EndOfLine { get; }
Property Value
Methods
GetSize(out int, out int)
public void GetSize(out int width, out int height)