「ペンの線を閉じる」設定ボタンを表示するかどうかを示す値を取得または設定します。
[Visual Basic]
Public Property ButtonClosePenLineVisible As Boolean
[C#]
public bool ButtonClosePenLineVisible {get; set;}

プロパティ値

True : 表示する
False: 表示しない

デフォルト値は True です。

解説

当プロパティを False にすると、ツールバーに「ペンの線を閉じる」設定ボタンが表示されなくなります。

参照

ToolBarSetupLines メンバ | Newtone.ImageKit.WPF.ToolBarSetupLines