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, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.