InkPicture.EraserWidth 屬性
取得或設定值,這個值指定橡皮擦筆尖寬度。
命名空間: Microsoft.Ink
組件: Microsoft.Ink (在 Microsoft.Ink.dll 中)
語法
'宣告
<BrowsableAttribute(True)> _
Public Property EraserWidth As Integer
'用途
Dim instance As InkPicture
Dim value As Integer
value = instance.EraserWidth
instance.EraserWidth = value
[BrowsableAttribute(true)]
public int EraserWidth { get; set; }
[BrowsableAttribute(true)]
public:
property int EraserWidth {
int get ();
void set (int value);
}
/** @property */
/** @attribute BrowsableAttribute(true) */
public int get_EraserWidth()
/** @property */
/** @attribute BrowsableAttribute(true) */
public void set_EraserWidth(int value)
public function get EraserWidth () : int
public function set EraserWidth (value : int)
屬性值
型別:System.Int32
會指定橡皮擦筆尖寬度的值。
備註
這個值會指定橡皮擦筆尖寬度 (以筆墨空間為單位)。
您無法將負值指派到這個屬性。
預設值為 212。
範例
這個 C# 範例會建立 InkPicture 物件 (變數名稱為 theInkPicture),並將 EraserWidth 屬性設定為 10。
[C#]
InkPicture theInkPicture = new InkPicture();
theInkPicture.EraserWidth = 10;
這個 Microsoft® Visual Basic® .NET 範例會建立 InkPicture 物件 (變數名稱為 theInkPicture),並將 EraserWidth 屬性設定為 10。
[Visual Basic]
Dim theInkPicture As New InkPicture()
theInkPicture.EraserWidth = 10
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0