TextRun Members
The following tables list the members exposed by the TextRun type.
Public Constructors
Name | Description | |
---|---|---|
TextRun | Initializes a new instance of the TextRun class (a text run). |
Public Fields
Name | Description | |
---|---|---|
Font | Specifies the font for the text in the current text run. | |
ForeColor | Specifies the foreground color for the text in the current text run. | |
Text | Specifies the text in the current text run. |
Protected Fields
Name | Description | |
---|---|---|
_height | Specifies the height, in pixels, of the text in the current text run. | |
_width | Specifies the width, in pixels, of the text in the current text run. |
Public Properties
Name | Description | |
---|---|---|
EndOfLine | Gets a text run that is marked as an end-of-line. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetSize | Retrieves the dimensions (height and width) of the display area for the text in the current text run. | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
TextRun Class
Microsoft.SPOT.Presentation.Controls Namespace