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,陰影將施加平滑梯度。