ComponentOne RichTextBox for UWP
C1TextDecorationUnit Enumeration

C1.Xaml.RichTextBox.Documents Namespace : C1TextDecorationUnit Enumeration
Specifies the unit type for C1TextDecoration.Thickness and C1TextDecoration.LocationOffset properties.
Syntax
'Declaration
 
Public Enum C1TextDecorationUnit 
   Inherits System.Enum
public enum C1TextDecorationUnit : System.Enum 
Members
MemberDescription
FontA unit value that is relative to the font size of the decorated text.
LineA unit value that is relative to the height of line where the decorated text is.
PixelA unit value that is expressed in pixels.
Inheritance Hierarchy

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

See Also

Reference

C1.Xaml.RichTextBox.Documents Namespace