Class TextInfo
Defines a structure that keeps information about measured text.
Inheritance
System.Object
TextInfo
Namespace: Syncfusion.Windows.Forms.Edit.Utils
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class TextInfo : ValueType
Fields
Characters
Holds the array of characters information.
Declaration
public CharInfo[] Characters
Field Value
| Type |
|---|
| CharInfo[] |
Height
Holds the height of the string.
Declaration
public float Height
Field Value
| Type |
|---|
| System.Single |
Length
Gets the length of characters in string which is used to calculate position.
Declaration
public int Length
Field Value
| Type |
|---|
| System.Int32 |
Width
Holds the width of the entire string.
Declaration
public float Width
Field Value
| Type |
|---|
| System.Single |