Search
Text Members
Constructors Fields Properties Methods
 


Represents a text container.

The following tables list the members exposed by the Text type.

 Public Constructors

  Name Description

Text

Initializes a new instance of the Text class.

 Public Fields

  Name Description

bounds

The object's bounds.

 Public Properties

  Name Description

font

Gets or sets the font used to render text.

rotationAngle

Gets a value indicating the rotation of the text container.

text

Gets or sets the text to render.

visibility

Gets or sets the visibility of this component. (Inherited from ComponentBase.)

 Public Methods

  Name Description

clone

Creates a Text object identical to the current object.

getBounds

Gets a value indicating the bounding rectangle of the text container.

setBounds

Sets a value indicating the bounding rectangle of the text container.

 See Also