TextDecorationCollectionConverter::ConvertFromString Method (String^)
Attempts to convert a specified string to an instance of TextDecorationCollection.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- text
-
Type:
System::String^
The String to be converted into the TextDecorationCollection object.
Return Value
Type: System.Windows::TextDecorationCollection^The instance of TextDecorationCollection created from the converted text.
The string value of the text parameter can either be "None", or a combination of the predefined TextDecoration names delimited by commas, such as "Underline, Strikethrough". The names are case-insensitive values.
One or more blanks spaces can precede or follow each text decoration name or comma. In addition, duplicate text decoration names are not allowed.
Available since 3.0