[Visual Basic] Public Property Caption As String
[C#] public string Caption {get; set;}
プロパティ値
パンウィンドウのタイトルバーに表示する文字列。
解説
当プロパティはCloseBoxプロパティをFalseにすると、タイトルバーが表示されなくなり、
マウスでパンウィンドウの移動ができなくなります。
参照
ImageKit.PanWindow メンバ | Newtone.ImageKit.WPF.ImageKit