Class FollowCharacterType
Specifies the follow character type for the ListLevelAdv.
Inheritance
System.Object
FollowCharacterType
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class FollowCharacterType : Enum
Fields
None
Specifies the list value to be followed with no follow character.
Declaration
public const FollowCharacterType None
Field Value
Type |
---|
FollowCharacterType |
Space
Specifies the list value to be followed with a single space.
Declaration
public const FollowCharacterType Space
Field Value
Type |
---|
FollowCharacterType |
Tab
Specifies the list value to be followed with a single tab.
Declaration
public const FollowCharacterType Tab
Field Value
Type |
---|
FollowCharacterType |