ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / RtfUnderlineStyle Enumeration

In This Topic
    RtfUnderlineStyle Enumeration
    In This Topic
    The underline style enumeration.
    Syntax
    'Declaration
     
    Public Enum RtfUnderlineStyle 
       Inherits System.Enum
    public enum RtfUnderlineStyle : System.Enum 
    Members
    MemberDescription
    ByWordOnly by word underline.
    DashDash line underline.
    DashedHeavyHeavy dashed line underline.
    DashLongLong dash line underline.
    DashLongHeavyHeavy long dash line underline.
    DotDot (not used) underline.
    DotDashDot dash line underline.
    DotDashHeavyHeavy dot dash line underline.
    DotDotDashDot dot dash line underline.
    DotDotDashHeavyHeavy dot dot dash line underline.
    DottedDotted line underline.
    DottedHeavyHeavy dotted line underline.
    DoubleDouble line underline.
    HiddenHidden underline.
    NoneNone underline (by default).
    SingleSingle line underline.
    ThickThick line underline.
    WaveWave underline.
    WavyDoubleDouble wave underline.
    WavyHeavyHeavy wave underline.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.Word.RtfUnderlineStyle

    See Also