alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

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