Skip to main content
All docs
V25.1
  • FontIconSourceExtension(Int32) Constructor

    Initializes a new instance of the FontIconSourceExtension class with specified settings.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public FontIconSourceExtension(
        int glyph
    )

    Parameters

    Name Type Description
    glyph Int32

    The integer equivalent of the font glyph’s unicode value.

    See Also