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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.