TextLine Class

Definition

Represents a line of text with its measured width.

public ref class TextLine
public class TextLine
type TextLine = class
Public Class TextLine
Inheritance
TextLine

Constructors

Name Description
TextLine(String, Single)

Represents a line of text with its measured width.

Properties

Name Description
Value

Gets the text content of the line.

Width

Gets the measured width of the line.

Applies to