ParagraphFormat.Bullet Property
Returns a BulletFormat object that represents bullet formatting for the specified paragraph format. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Bullet As BulletFormat
Get
'Usage
Dim instance As ParagraphFormat
Dim value As BulletFormat
value = instance.Bullet
BulletFormat Bullet { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.BulletFormat