Xamarin.Android

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

    Show / Hide Table of Contents

    Class LineInfo

    Provides a line information

    Inheritance
    System.Object
    LineInfo
    Namespace: Syncfusion.Pdf.Graphics
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public class LineInfo : Object

    Constructors

    LineInfo()

    Declaration
    public LineInfo()

    Properties

    LineType

    Gets the width of the line text.

    Declaration
    public LineType LineType { get; }
    Property Value
    Type Description
    LineType

    Text

    Gets the line text.

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    System.String

    Width

    Gets width of the line text.

    Declaration
    public float Width { get; }
    Property Value
    Type Description
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved