Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LineType - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LineType

    Break type of the line.

    Inheritance
    System.Object
    LineType
    Namespace: Syncfusion.Pdf.Graphics
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public sealed class LineType : Enum

    Fields

    FirstParagraphLine

    The line is the first in the paragraph.

    Declaration
    public const LineType FirstParagraphLine
    Field Value
    Type Description
    LineType

    LastParagraphLine

    The line is the last in the paragraph.

    Declaration
    public const LineType LastParagraphLine
    Field Value
    Type Description
    LineType

    LayoutBreak

    layout break.

    Declaration
    public const LineType LayoutBreak
    Field Value
    Type Description
    LineType

    NewLineBreak

    The line has new line symbol.

    Declaration
    public const LineType NewLineBreak
    Field Value
    Type Description
    LineType

    None

    Unknown type line.

    Declaration
    public const LineType None
    Field Value
    Type Description
    LineType

    value__

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