Version

FormattedText Constructor

Creates a new instance of the FormattedText class.
Syntax
public FormattedText( 
   string unformattedString
)

Parameters

unformattedString
The string that will be displayed in the shape. Each line of the string will be placed in a separate paragraph of the Paragraphs collection.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionunformattedString is null.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also