'Declaration Public Function Split( _ ByVal splitOptions As TextSplitOptions _ ) As TextLayout
public TextLayout Split( TextSplitOptions splitOptions )
Parameters
- splitOptions
- Options controlling how to split the text.
Return Value
The split portion (the text that fits in the specified bounds and can be rendered), or null if there is nothing more to render.