ListFormat.ListPictureBullet Property
Returns the InlineShape object that represents the picture used as a bullet in a picture bullet list.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ListPictureBullet As InlineShape
Get
'Usage
Dim instance As ListFormat
Dim value As InlineShape
value = instance.ListPictureBullet
InlineShape ListPictureBullet { get; }
Property Value
Type: Microsoft.Office.Interop.Word.InlineShape