[Visual Basic] Public Property SelectedObjectCustomBrushImageFileName As String
[C#] public string SelectedObjectCustomBrushImageFileName {get; set;}
プロパティ値
文字列値
規定値は、"" です。
解説
単独選択されているオブジェクトの、特殊塗りつぶしパターンに TextureBrush
を使用する際の塗りつぶしイメージのファイル名を表します。
特殊塗りつぶし機能の詳細については CustomBrushEnabled
プロパティの項を参照してください。
参照
ImageKit.Edit メンバ | Newtone.ImageKit.WPF.ImageKit