The following tables list the members exposed by FormattedString.
Name | Description | |
---|---|---|
FormattedString Constructor | Creates a new instance of the FormattedString class. |
Name | Description | |
---|---|---|
UnformattedString | Gets or sets the unformatted string. |
Name | Description | |
---|---|---|
Clone | Creates a new FormattedString that is a copy of this one. | |
Equals | Determines whether the specified System.Object is equal to this FormattedString. | |
GetFont | Overloaded. Gets the font which controls the formatting properties in the string from the specified start index to the end of the string. | |
GetFormattingRuns | Gets the collection of formatting runs representing contiguous blocks of similar formatting starting at the beginning of the string. | |
GetHashCode | Calculates the has code for this FormattedString. | |
ToString | Returns the System.String that represents this FormattedString. This is just the unformatted string. |