Version

FormattedString Class Members

The following tables list the members exposed by FormattedString.

Public Constructors
 NameDescription
Public ConstructorFormattedString ConstructorCreates a new instance of the FormattedString class.  
Public Properties
 NameDescription
Public PropertyUnformattedStringGets or sets the unformatted string.  
Public Methods
 NameDescription
Public MethodCloneCreates a new FormattedString that is a copy of this one.  
Public MethodEqualsDetermines whether the specified System.Object is equal to this FormattedString.  
Public MethodGetFontOverloaded. Gets the font which controls the formatting properties in the string from the specified start index to the end of the string.  
Public MethodGetFormattingRunsGets the collection of formatting runs representing contiguous blocks of similar formatting starting at the beginning of the string.  
Public MethodGetHashCodeCalculates the has code for this FormattedString.  
Public MethodToStringReturns the System.String that represents this FormattedString. This is just the unformatted string.  
See Also