Chart.IsSoftShadows 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定旗標,決定是否在繪製陰影時套用平滑漸層。
public:
property bool IsSoftShadows { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public bool IsSoftShadows { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.IsSoftShadows : bool with get, set
Public Property IsSoftShadows As Boolean
屬性值
如果繪製陰影時使用平滑,則為 true
,否則為 false
。 預設值是 true
。
- 屬性
備註
ShadowOffset
如果數列、資料點、圖表區域或圖例的 屬性值為非零值,則會使用其 ShadowColor
屬性所設定的色彩來套用陰影。
如果 屬性的值 IsSoftShadows 是 true
,則會將平滑漸層套用至陰影。