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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.