ComponentOne RichTextBox for UWP
C1TextDecorationLocation Enumeration

C1.Xaml.RichTextBox.Documents Namespace : C1TextDecorationLocation Enumeration
Specifies the vertical position of a C1TextDecoration object.
Syntax
'Declaration
 
Public Enum C1TextDecorationLocation 
   Inherits System.Enum
public enum C1TextDecorationLocation : System.Enum 
Members
MemberDescription
BaselineThe vertical position of a baseline.
LineThe vertical position of the line top.
OverLineThe vertical position of an overline.
StrikethroughThe vertical position of a strikethrough.
UnderlineThe vertical position of an underline. This is the default value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.RichTextBox.Documents.C1TextDecorationLocation

See Also

Reference

C1.Xaml.RichTextBox.Documents Namespace