Class CharInfo
Defines a structure that keeps information about one char in the word.
Inheritance
System.Object
CharInfo
Namespace: Syncfusion.Windows.Forms.Edit.Utils
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class CharInfo : ValueType
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 |