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
,则平滑渐变将应用于阴影。