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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.