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.

gridColumn

Gets or sets the index of the grid column this component is contained in. (Inherited from ComponentBase.)

gridRow

Gets or sets the index of the grid row this component is contained in. (Inherited from ComponentBase.)

horizontalAlignment

Gets or sets the component's horizontal alignment. (Inherited from ComponentBase.)

lineAlignment

Gets or sets the vertical alignment of this text.

rotationAngle

Gets a value indicating the rotation of the text container.

text

Gets or sets the text to render.

textAlignment

Gets or sets the horizontal alignment of this text.

verticalAlignment

Gets or sets the component's vertical alignment. (Inherited from ComponentBase.)

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