Xamarin.Forms.FormattedString Members

The members of Xamarin.Forms.FormattedString are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the FormattedString class.

Public Properties

[read-only]
SpansIList<Span>. Gets the collection of spans.

Public Methods

override
ToString() : string
Returns the text of the formatted string as an unformatted string.

Public Events

PropertyChangedEvent that is raised when a bound property is changed.

Public Operators

static
Conversion to System.String(Explicit)Cast the FormattedString to a string, stripping all the attributes.
static
Conversion to Xamarin.Forms.FormattedString(Implicit)Cast a string to a FromattedString that contains a single span with no attribute set.