menu

Document Processing

LineStyle Class - C# Presentation Library API Reference | Syncfusion

    Show / Hide Table of Contents

    LineStyle Class

    Specifies the style for a line.

    Inheritance
    System.Object
    LineStyle
    Namespace: Syncfusion.Presentation
    Assembly: Syncfusion.Presentation.Base.dll
    Syntax
    public sealed class LineStyle : Enum

    Fields

    Single

    Specifies the LineStyle is single.

    Declaration
    public const LineStyle Single
    Field Value
    Type
    LineStyle

    ThickBetweenThin

    Specifies the LineStyle is thick between thin.

    Declaration
    public const LineStyle ThickBetweenThin
    Field Value
    Type
    LineStyle

    ThickThin

    Specifies the LineStyle is thick thin.

    Declaration
    public const LineStyle ThickThin
    Field Value
    Type
    LineStyle

    ThinThick

    Specifies the LineStyle is thin thick.

    Declaration
    public const LineStyle ThinThick
    Field Value
    Type
    LineStyle

    ThinThin

    Specifies the LineStyle is thin thin.

    Declaration
    public const LineStyle ThinThin
    Field Value
    Type
    LineStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved