Skip to main content
All docs
V25.1
  • DXFont.Style Property

    Returns style information applied to the font.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    [Browsable(false)]
    public DXFontStyle Style { get; }

    Property Value

    Type Description
    DXFontStyle

    A DXFontStyle object that specifies the font style.

    Available values:

    Name Description
    Regular

    Normal text.

    Bold

    Bold text.

    Italic

    Italic text.

    Underline

    Underlined text.

    Strikeout

    Strike-through text.

    See Also