BulletStyle 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.
Values for 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
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Other | -1 | Another bullet style not explicitly specified in the BulletStyle enumeration. |
None | 0 | No bullet style. |
HollowRoundBullet | 1 | Hollow round bullets. |
FilledRoundBullet | 2 | Solid round bullets. |
HollowSquareBullet | 3 | Hollow square bullets. |
FilledSquareBullet | 4 | Solid square bullets. |
DashBullet | 5 | Dash bullets. |
Applies to
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.