GlyphSelectionType 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.
Describes the designer selection state of a Glyph.
public enum class GlyphSelectionType
public enum GlyphSelectionType
type GlyphSelectionType =
Public Enum GlyphSelectionType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
NotSelected | 0 | The Glyph is not selected. |
Selected | 1 | The Glyph is selected. |
SelectedPrimary | 2 | The Glyph is the primary selection. |
Applies to
See also
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.