[This is preliminary documentation and is subject to change.]
Parses a string containing a textual representation of an CaptionPosition.
| C# |
public static CaptionPosition Parse( string input )
- input (String)
- The string containing the textual representation.
An CaptionPosition which is the result of the parse, or _undefined_ if the parse fails.