BulletStyle 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
- 継承
- 属性
フィールド
DashBullet | 5 | ダッシュ記号の行頭文字。 |
FilledRoundBullet | 2 | 塗りつぶした丸の行頭文字。 |
FilledSquareBullet | 4 | 塗りつぶした四角の行頭文字。 |
HollowRoundBullet | 1 | 白抜きの丸の行頭文字。 |
HollowSquareBullet | 3 | 白抜きの四角の行頭文字。 |
None | 0 | 行頭文字スタイルなし。 |
Other | -1 | BulletStyle 列挙体で明示的に指定されていない、別の行頭文字スタイル。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET