menu

UWP

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

    Show / Hide Table of Contents

    Class LineDashing

    Specifies the dash style for a line.

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

    Fields

    Dash

    Line consists of dashes only.

    Declaration
    public const LineDashing Dash
    Field Value
    Type
    LineDashing

    DashDot

    Line is a dash-dot pattern.

    Declaration
    public const LineDashing DashDot
    Field Value
    Type
    LineDashing

    DashDotDot

    Line is a dash-dot-dot pattern.

    Declaration
    public const LineDashing DashDotDot
    Field Value
    Type
    LineDashing

    DashDotGEL

    Line is a dash-dot pattern.

    Declaration
    public const LineDashing DashDotGEL
    Field Value
    Type
    LineDashing

    DashGEL

    Line consists of dashes only.

    Declaration
    public const LineDashing DashGEL
    Field Value
    Type
    LineDashing

    Dot

    Line consists of dots only.

    Declaration
    public const LineDashing Dot
    Field Value
    Type
    LineDashing

    DotGEL

    Line consists of dots only.

    Declaration
    public const LineDashing DotGEL
    Field Value
    Type
    LineDashing

    LongDashDotDotGEL

    Line is a long dash and short dot-dot pattern.

    Declaration
    public const LineDashing LongDashDotDotGEL
    Field Value
    Type
    LineDashing

    LongDashDotGEL

    Line is a long dash and short dot pattern.

    Declaration
    public const LineDashing LongDashDotGEL
    Field Value
    Type
    LineDashing

    LongDashGEL

    Line consists of long dashes only.

    Declaration
    public const LineDashing LongDashGEL
    Field Value
    Type
    LineDashing

    Solid

    Line is solid.

    Declaration
    public const LineDashing Solid
    Field Value
    Type
    LineDashing

    Extension Methods

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