共用方式為


Grid.LineWidth 屬性

定義

取得或設定主要和次要格線的線條寬度。

public:
 property int LineWidth { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public int LineWidth { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.LineWidth : int with get, set
Public Property LineWidth As Integer

屬性值

Int32

integer,表示單位為像素的線條寬度。 預設值為一 (1)。

屬性

備註

LineWidth屬性可以用來指定主要和次要刻度或格線的線條寬度(以圖元為單位)。

適用於