IGlyphService Interface

Definition

Gets a standard set of glyphs.

public interface class IGlyphService
public interface class IGlyphService
__interface IGlyphService
public interface IGlyphService
type IGlyphService = interface
Public Interface IGlyphService

Remarks

This is a MEF component part, and should be exported with the following attribute: [Export(typeof(IGlyphService))]

Methods

GetGlyph(StandardGlyphGroup, StandardGlyphItem)

Gets a glyph in the form of a WPF ImageSource.

Applies to