GlyphType 열거형

정의

비트맵 배경이 있는 요소의 문자 모양 형식을 지정합니다.

public enum class GlyphType
public enum GlyphType
type GlyphType = 
Public Enum GlyphType
상속
GlyphType

필드

Name Description
None 0

요소에 문자 모양이 포함되지 않습니다.

ImageGlyph 1

문자 모양은 비트맵입니다.

FontGlyph 2

문자 모양은 글꼴입니다.

설명

값은 GlyphType 인수 값으로 호출할 때 메서드의 VisualStyleRenderer.GetEnumValue 반환 값을 EnumProperty.GlyphType나타냅니다.

적용 대상