menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UnderlineStyle - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class UnderlineStyle

    Specifies style of the underline.

    Inheritance
    System.Object
    UnderlineStyle
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.UWP.dll
    Syntax
    public sealed class UnderlineStyle : Enum
    Remarks

    This enum is not supported in MVC6 and Xamarin platforms.

    Fields

    Dash

    Dashes.

    Declaration
    public const UnderlineStyle Dash
    Field Value
    Type
    UnderlineStyle

    DashHeavy

    Heavy dashes.

    Declaration
    public const UnderlineStyle DashHeavy
    Field Value
    Type
    UnderlineStyle

    DashLong

    Long dashes.

    Declaration
    public const UnderlineStyle DashLong
    Field Value
    Type
    UnderlineStyle

    DashLongHeavy

    Long heavy dashes.

    Declaration
    public const UnderlineStyle DashLongHeavy
    Field Value
    Type
    UnderlineStyle

    DotDash

    Alternating dots and dashes.

    Declaration
    public const UnderlineStyle DotDash
    Field Value
    Type
    UnderlineStyle

    DotDashHeavy

    Alternating heavy dots and heavy dashes.

    Declaration
    public const UnderlineStyle DotDashHeavy
    Field Value
    Type
    UnderlineStyle

    DotDot

    Declaration
    public const UnderlineStyle DotDot
    Field Value
    Type
    UnderlineStyle

    DotDotDash

    An alternating dot-dot-dash pattern.

    Declaration
    public const UnderlineStyle DotDotDash
    Field Value
    Type
    UnderlineStyle

    DotDotDashHeavy

    An alternating heavy dot-dot-dash pattern.

    Declaration
    public const UnderlineStyle DotDotDashHeavy
    Field Value
    Type
    UnderlineStyle

    Dotted

    Dots.

    Declaration
    public const UnderlineStyle Dotted
    Field Value
    Type
    UnderlineStyle

    DottedHeavy

    Heavy dots.

    Declaration
    public const UnderlineStyle DottedHeavy
    Field Value
    Type
    UnderlineStyle

    Double

    A double line.

    Declaration
    public const UnderlineStyle Double
    Field Value
    Type
    UnderlineStyle

    None

    No underline.

    Declaration
    public const UnderlineStyle None
    Field Value
    Type
    UnderlineStyle

    Single

    A single line. default.

    Declaration
    public const UnderlineStyle Single
    Field Value
    Type
    UnderlineStyle

    Thick

    A single thick line.

    Declaration
    public const UnderlineStyle Thick
    Field Value
    Type
    UnderlineStyle

    Wavy

    A single wavy line.

    Declaration
    public const UnderlineStyle Wavy
    Field Value
    Type
    UnderlineStyle

    WavyDouble

    A double wavy line.

    Declaration
    public const UnderlineStyle WavyDouble
    Field Value
    Type
    UnderlineStyle

    WavyHeavy

    A heavy wavy line.

    Declaration
    public const UnderlineStyle WavyHeavy
    Field Value
    Type
    UnderlineStyle

    Words

    Underline individual words only.

    Declaration
    public const UnderlineStyle Words
    Field Value
    Type
    UnderlineStyle

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved