Skip to main content
All docs
V26.1
  • DXFontStyle Enum

    Lists values that indicate style information applied to text.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v26.1.dll

    Declaration

    [Flags]
    public enum DXFontStyle

    Members

    Name Description
    Regular

    Normal text.

    Bold

    Bold text.

    Italic

    Italic text.

    Underline

    Underlined text.

    Strikeout

    Strike-through text.

    See Also