Version

Item Property

Returns the BulletLevelProperties instance for the specified bullet point or automatic numbering level.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal level As Integer _
) As BulletLevelProperties
public BulletLevelProperties this[ 
   int level
]; {get;}

Parameters

level
Specifies the level for which the property settings object is to be returned. A maximum of nine (9) levels is supported for both bullets lists and automatic numbering runs. Note that this indexer supports lazy creation, i.e., it is not necessary to add members to the underlying collection. If the referenced instance has not yet been created, accessing it through this property will trigger creation. If the specified level references an instance which has already been created, that reference is returned.

Property Value

A new or previously created BulletLevelProperties instance.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also