[Visual Basic] Public Property SelectedObjectDashStyle As System.Windows.Media.DashStyles
[C#] public System.Windows.Media.DashStyles SelectedObjectDashStyle {get;set;}
プロパティ値
形状を表すSystem.Windows.Media.DashStyles 型の値
規定値は System.Windows.Media.DashStyles です。
解説
単独選択されたオブジェクトが直線・連続線・多角形・ペンの場合、破線スタイルを示します。
EditKind プロパティが KindOfEdit.Select
以外の時や、何も選択されていない時、選択されたオブジェクトが該当オブジェクト以外の場合は、当プロパティの値は
System.Drawing.Drawing2D.DashStyle.Solid になります。
参照
ImageKit.Edit メンバ | Newtone.ImageKit.WPF.ImageKit