TextRunCollection Members
The following tables list the members exposed by the TextRunCollection type.
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of objects in the current text run collection. | |
IsSynchronized | Gets a value that indicates whether access to the current text run collection is presently synchronized. | |
Item | Gets or sets a specified object in the current text run collection. | |
SyncRoot | Gets an object that can be used to synchronize access to the current text run collection. |
Public Methods
Name | Description | |
---|---|---|
Add | Overloaded. Adds a TextRun object (string) to the current text run collection. | |
Clear | Empties the current text run collection. | |
Contains | Determines whether the current text run collection contains a specified text run. | |
CopyTo | Copies a specified portion of the current text run collection into a specified array. | |
Equals | (Inherited from Object.) | |
GetEnumerator | Retrieves an enumerator that programs can use to iterate through the current text run collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Returns the index number of the specified TextRun object, if that object is found in the current text run collection. | |
Insert | Inserts a specified TextRun object at a specified position (index number) in the current text run collection. | |
ReferenceEquals | (Inherited from Object.) | |
Remove | Removes the first occurrence of a specified TextRun object from the current text run collection. | |
RemoveAt | Removes the TextRun object at a specified position (index number) in the current text run collection. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
TextRunCollection Class
Microsoft.SPOT.Presentation.Controls Namespace