LegendItem.BorderWidth 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定圖例項目的框線寬度。
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
屬性值
integer
值,決定圖例專案框線的寬度(以圖元為單位)。
- 屬性
備註
您 BorderWidth 也可以使用屬性來設定線條的寬度,例如,使用樣式來顯示自訂圖例專案 Line 。
注意 這個屬性只適用于 LegendCell 具有 LegendCellType 或的物件 SeriesSymbol Image 。