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, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.