Struct CharInfo
Defines a structure that keeps information about one char in the word.
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 CharInfo
Fields
Char
Gets the character information.
Declaration
public char Char
Field Value
Type |
---|
System.Char |
CharLeft
Gets the left position of the character.
Declaration
public float CharLeft
Field Value
Type |
---|
System.Single |
CharWidth
Gets the width of the character.
Declaration
public float CharWidth
Field Value
Type |
---|
System.Single |