Cursor.LineWidth 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定資料指標的線條寬度 (以像素為單位)。
public:
property int LineWidth { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public int LineWidth { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.LineWidth : int with get, set
Public Property LineWidth As Integer
屬性值
線條寬度 (以像素為單位)。 預設值為一 (1)。
- 屬性
備註
您可以使用這個屬性來指定資料指標的線條寬度(以圖元為單位)。