Skip to main content
All docs
V26.1
  • NotFoundFontEventArgs.RequestedStyle Property

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v26.1.dll

    Declaration

    public DXFontStyle RequestedStyle { get; }

    Property Value

    Type
    DXFontStyle

    Available values:

    Name Description
    Regular

    Normal text.

    Bold

    Bold text.

    Italic

    Italic text.

    Underline

    Underlined text.

    Strikeout

    Strike-through text.

    See Also