Table of Contents

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

text string
font Font
foreColor Color

Fields

Font

public readonly Font Font

Field Value

Font

ForeColor

public readonly Color ForeColor

Field Value

Color

Text

public readonly string Text

Field Value

string

_height

protected int _height

Field Value

int

_width

protected int _width

Field Value

int

Properties

EndOfLine

public static TextRun EndOfLine { get; }

Property Value

TextRun

Methods

GetSize(out int, out int)

public void GetSize(out int width, out int height)

Parameters

width int
height int