menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextLine - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextLine

    Details of the text present in a line

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

    Constructors

    TextLine()

    Declaration
    public TextLine()

    Properties

    Bounds

    Gets the bounds of the text.

    Declaration
    public RectangleF Bounds { get; }
    Property Value
    Type
    RectangleF

    FontName

    Gets the font name of the text.

    Declaration
    public string FontName { get; set; }
    Property Value
    Type
    System.String

    FontSize

    Gets the font size of the text.

    Declaration
    public float FontSize { get; set; }
    Property Value
    Type
    System.Single

    FontStyle

    Gets the font style of the text.

    Declaration
    public FontStyle FontStyle { get; set; }
    Property Value
    Type
    FontStyle

    Text

    Gets the text.

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

    WordCollection

    Gets the collection of words present in the line.

    Declaration
    public List<TextWord> WordCollection { get; }
    Property Value
    Type
    System.Collections.Generic.List<TextWord>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved