GlyphType Enum

Definition

Specifies the type of glyph for elements with a bitmap background.

public enum class GlyphType
public enum GlyphType
type GlyphType = 
Public Enum GlyphType
Inheritance
GlyphType

Fields

FontGlyph 2

The glyph is a font.

ImageGlyph 1

The glyph is a bitmap.

None 0

The element does not include a glyph.

Remarks

The GlyphType values represent the return values of the VisualStyleRenderer.GetEnumValue method when it is called with an argument value of EnumProperty.GlyphType.

Applies to