BulletFormat.Style Property

Returns or sets the bullet style. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property Style As PpNumberedBulletStyle
    Get
    Set
'Usage
Dim instance As BulletFormat
Dim value As PpNumberedBulletStyle

value = instance.Style

instance.Style = value
PpNumberedBulletStyle Style { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpNumberedBulletStyle

Remarks

Some of the PpNumberedBulletStyle constants might not be available to you, depending on the language support (U.S. English, for example) that you selected or installed.

See Also

Reference

BulletFormat Interface

BulletFormat Members

Microsoft.Office.Interop.PowerPoint Namespace