Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LineStyle

    Show / Hide Table of Contents

    Class LineStyle

    Specifies the style for a line.

    Inheritance
    System.Object
    LineStyle
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public sealed class LineStyle : Enum

    Fields

    Single

    Single line.

    Declaration
    public const LineStyle Single
    Field Value
    Type Description
    LineStyle

    StyleMixed

    Not supported.

    Declaration
    public const LineStyle StyleMixed
    Field Value
    Type Description
    LineStyle

    ThickBetweenThin

    Thick line with a thin line on each side.

    Declaration
    public const LineStyle ThickBetweenThin
    Field Value
    Type Description
    LineStyle

    ThickThin

    Thick line next to thin line. For horizontal lines, thick line is above thin line. For vertical lines, thick line is to the left of the thin line.

    Declaration
    public const LineStyle ThickThin
    Field Value
    Type Description
    LineStyle

    ThinThick

    Thick line next to thin line. For horizontal lines, thick line is below thin line. For vertical lines, thick line is to the right of the thin line.

    Declaration
    public const LineStyle ThinThick
    Field Value
    Type Description
    LineStyle

    ThinThin

    Two thin lines.

    Declaration
    public const LineStyle ThinThin
    Field Value
    Type Description
    LineStyle

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved