menu

WinForms

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

    Show / Hide Table of Contents

    Class DrawTextFormats

    Inheritance
    System.Object
    DrawTextFormats
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class DrawTextFormats

    Constructors

    DrawTextFormats()

    Declaration
    public DrawTextFormats()

    Fields

    DT_BOTTOM

    Declaration
    public const int DT_BOTTOM = 8
    Field Value
    Type
    System.Int32

    DT_CALCRECT

    Declaration
    public const int DT_CALCRECT = 1024
    Field Value
    Type
    System.Int32

    DT_CENTER

    Declaration
    public const int DT_CENTER = 1
    Field Value
    Type
    System.Int32

    DT_EDITCONTROL

    Declaration
    public const int DT_EDITCONTROL = 8192
    Field Value
    Type
    System.Int32

    DT_END_ELLIPSIS

    Declaration
    public const int DT_END_ELLIPSIS = 32768
    Field Value
    Type
    System.Int32

    DT_EXPANDTABS

    Declaration
    public const int DT_EXPANDTABS = 64
    Field Value
    Type
    System.Int32

    DT_EXTERNALLEADING

    Declaration
    public const int DT_EXTERNALLEADING = 512
    Field Value
    Type
    System.Int32

    DT_HIDEPREFIX

    Declaration
    public const int DT_HIDEPREFIX = 1048576
    Field Value
    Type
    System.Int32

    DT_INTERNAL

    Declaration
    public const int DT_INTERNAL = 4096
    Field Value
    Type
    System.Int32

    DT_LEFT

    Declaration
    public const int DT_LEFT = 0
    Field Value
    Type
    System.Int32

    DT_MODIFYSTRING

    Declaration
    public const int DT_MODIFYSTRING = 65536
    Field Value
    Type
    System.Int32

    DT_NOCLIP

    Declaration
    public const int DT_NOCLIP = 256
    Field Value
    Type
    System.Int32

    DT_NOFULLWIDTHCHARBREAK

    Declaration
    public const int DT_NOFULLWIDTHCHARBREAK = 524288
    Field Value
    Type
    System.Int32

    DT_NOPREFIX

    Declaration
    public const int DT_NOPREFIX = 2048
    Field Value
    Type
    System.Int32

    DT_PATH_ELLIPSIS

    Declaration
    public const int DT_PATH_ELLIPSIS = 16384
    Field Value
    Type
    System.Int32

    DT_PREFIXONLY

    Declaration
    public const int DT_PREFIXONLY = 2097152
    Field Value
    Type
    System.Int32

    DT_RIGHT

    Declaration
    public const int DT_RIGHT = 2
    Field Value
    Type
    System.Int32

    DT_RTLREADING

    Declaration
    public const int DT_RTLREADING = 131072
    Field Value
    Type
    System.Int32

    DT_SINGLELINE

    Declaration
    public const int DT_SINGLELINE = 32
    Field Value
    Type
    System.Int32

    DT_TABSTOP

    Declaration
    public const int DT_TABSTOP = 128
    Field Value
    Type
    System.Int32

    DT_TOP

    Declaration
    public const int DT_TOP = 0
    Field Value
    Type
    System.Int32

    DT_VCENTER

    Declaration
    public const int DT_VCENTER = 4
    Field Value
    Type
    System.Int32

    DT_WORD_ELLIPSIS

    Declaration
    public const int DT_WORD_ELLIPSIS = 262144
    Field Value
    Type
    System.Int32

    DT_WORDBREAK

    Declaration
    public const int DT_WORDBREAK = 16
    Field Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved