menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct TextInfo - API Reference

    Show / Hide Table of Contents

    Struct TextInfo

    Defines a structure that keeps information about measured text.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Syncfusion.Windows.Forms.Edit.Utils
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public struct TextInfo

    Fields

    Characters

    Holds the array of characters information.

    Declaration
    public CharInfo[] Characters
    Field Value
    Type Description
    CharInfo[]

    Height

    Holds the height of the string.

    Declaration
    public float Height
    Field Value
    Type Description
    System.Single

    Length

    Gets the length of characters in string which is used to calculate position.

    Declaration
    public int Length
    Field Value
    Type Description
    System.Int32

    Width

    Holds the width of the entire string.

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