BulletStyle 열거형

정의

BulletStyleAttribute에 대한 값입니다.

public enum class BulletStyle
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("814FAC6C-F8DE-4682-AF5F-37C4F720990C")]
public enum BulletStyle
public enum BulletStyle
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("814FAC6C-F8DE-4682-AF5F-37C4F720990C")>]
type BulletStyle = 
type BulletStyle = 
Public Enum BulletStyle
상속
BulletStyle
특성

필드

DashBullet 5

대시 글머리 기호입니다.

FilledRoundBullet 2

속이 찬 원형 글머리 기호입니다.

FilledSquareBullet 4

속이 찬 사각형 글머리 기호입니다.

HollowRoundBullet 1

속이 빈 원형 글머리 기호입니다.

HollowSquareBullet 3

속이 빈 사각형 글머리 기호입니다.

None 0

글머리 기호 스타일이 없습니다.

Other -1

BulletStyle 열거형에 명시적으로 지정되지 않은 기타 글머리 기호 스타일입니다.

적용 대상