DataPointCustomProperties.BorderWidth プロパティ

定義

データ ポイントの境界線の幅を取得または設定します。

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

プロパティ値

Int32

データ ポイントの境界の幅。

属性

適用対象