In This Article

GlyphTemplateKeyExtension Class

A markup extension that converts the specified GlyphTemplateKind enum value to the related full string resource key.

public class GlyphTemplateKeyExtension : ResourceKeyExtensionBase<GlyphTemplateKind>
Inheritance:
object ResourceKeyExtensionBase<GlyphTemplateKind> object
Derived:
GlyphTemplateExtension

Constructors

GlyphTemplateKeyExtension()

Initializes an instance of the class.

public GlyphTemplateKeyExtension()

GlyphTemplateKeyExtension(GlyphTemplateKind)

Initializes an instance of the class, using the specified enum value.

public GlyphTemplateKeyExtension(GlyphTemplateKind resourceKind)
Parameter Type Description
resourceKind GlyphTemplateKind

The enum value for which a resource key will be returned.

Methods

GetResourceKey()

Returns the resource key for the ResourceKind.

protected override string GetResourceKey()

Returns

string:

The resource key.

Inherited Members

Extension Methods