バージョン

Bullets コンストラクタ(BulletType,Single,Style)

Bullets クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal type As BulletType, _
   ByVal indent As Single, _
   ByVal style As Style _
)
public Bullets( 
   BulletType type,
   float indent,
   Style style
)

パラメータ

type
箇条書きのタイプ。
indent
インデント。
style
箇条書きのスタイル。
参照