Class FollowCharacterType
Specifies the follow character type.
Inheritance
System.Object
FollowCharacterType
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public sealed class FollowCharacterType : Enum
Fields
None
Follow character is of none type.
Declaration
public const FollowCharacterType None
Field Value
Type |
---|
FollowCharacterType |
Space
Follow character is of space type.
Declaration
public const FollowCharacterType Space
Field Value
Type |
---|
FollowCharacterType |
Tab
Follow character is of tab type.
Declaration
public const FollowCharacterType Tab
Field Value
Type |
---|
FollowCharacterType |