「角丸半径」設定単位用ラベルの Label コントロールを取得または設定します。
[Visual Basic]
Public Property LabelRoundRectangleRadiusUnit As System.Windows.Controls.Label
[C#]
public System.Windows.Controls.Label LabelRoundRectangleRadiusUnit {get; set;}

プロパティ値

System.Windows.Controls.Label 型の値

解説

「角丸半径」設定単位用ラベルの Label コントロールを示します。
ラベルの文字列を ToolBarSetupObjects 標準のものから変更したい場合などラベル毎の詳細な設定や、任意のラベルのクリックイベントの取得が可能です。
具体的なコード例は、ButtonAspectRatio プロパティのページをご参照ください。

参照

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