GlyphType Enumeration
.NET Framework (current version)
Specifies the type of glyph for elements with a bitmap background.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| FontGlyph | The glyph is a font. | |
| ImageGlyph | The glyph is a bitmap. | |
| None | The element does not include a glyph. |
The GlyphType values represent the return values of the VisualStyleRenderer::GetEnumValue method when it is called with an argument value of EnumProperty::GlyphType.
.NET Framework
Available since 2.0
Available since 2.0
Show: