RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / C1TextDecoration Class
Members

In This Topic
    C1TextDecoration Class
    In This Topic
    Represents a text decoration, which a visual ornamentation that is added to text (such as an underline).
    Object Model
    C1TextDecoration Class
    Syntax
    'Declaration
     
    Public Class C1TextDecoration 
    public class C1TextDecoration 
    Remarks
    All text decorations are lines drawn horizontally above the text. The vertical location of the line can be customized using the Location property, and its style can be set with the Style property.
    Inheritance Hierarchy

    System.Object
       C1.Xaml.RichTextBox.Documents.C1TextDecoration

    See Also