
Gets or sets the name of the style that TextControl automatically selects for the following paragraph after the user has pressed the ENTER key.
[C#]
public string FollowingStyle { get; set; }
[Visual Basic]
Public Property FollowingStyle() As String