Text Members

The Text type exposes the following members.

Constructors

Name Description
Public method Text

Initializes a new instance of the Text class.

Methods

Name Description
Public method Dispose

Releases all resources used by this Text.

Public method Equals (Inherited from Object.)
Public method FitTo

Configures text settings to fit the text to the given rectangle.

Public method GetBlackBox

Returns the black box for the text.

Public method GetHashCode

Returns a hash code for this Text.

(Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property Brush

Gets or sets the fill of the text.

Public property CharStyle

Gets or sets the style of characters.

Public property Effect

Gets or sets the Effect of the text.

Public property Frames

Gets the collection of text frame.

Public property Kernings

Gets or sets the value of spacing between characters.

Public property ParagraphStyle

Gets or sets the style of paragraphs.

Public property Pen

Gets or sets the outline of the text.

Public property String

Gets or sets the text string.

Public property Transform

Gets or sets a transformation matrix for this Text.

Public property WrappingPaths

Gets the collection of paths to wrap the text around.

See Also

Reference