GlyphType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of glyph for elements with a bitmap background.
public enum class GlyphType
public enum GlyphType
type GlyphType =
Public Enum GlyphType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
None | 0 | The element does not include a glyph. |
ImageGlyph | 1 | The glyph is a bitmap. |
FontGlyph | 2 | The glyph is a font. |
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.