Cursor.LineWidth 屬性

定義

取得或設定資料指標的線條寬度 (以像素為單位)。

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

屬性值

Int32

線條寬度 (以像素為單位)。 預設值為一 (1)。

屬性

備註

您可以使用這個屬性來指定資料指標的線條寬度(以圖元為單位)。

適用於