Represents the text markup type.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public enum TextMarkupAnnotationType
Fields
Represents highlight text markup.
C#
Highlight = 0
Represents squiggly text markup.
C#
Squiggly = 2
Represents strike out text markup.
C#
StrikeOut = 3
Represents underline text markup.
C#
Underline = 1