Struct TextInfo
Defines a structure that keeps information about measured text.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
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 |
---|
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 |