menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct CharInfo - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved