Chart.IsSoftShadows 属性

定义

获取或设置一个标志,该标志决定了在绘制阴影时是否应用平滑渐变。

public:
 property bool IsSoftShadows { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool IsSoftShadows { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsSoftShadows : bool with get, set
Public Property IsSoftShadows As Boolean

属性值

Boolean

如果绘制阴影时使用平滑处理,则为 true;否则为 false。 默认值是 true

属性

注解

如果序列、数据点、图表区域或图例的 ShadowOffset 属性值为非零,则使用其 ShadowColor 属性设置的颜色应用阴影。

IsSoftShadows如果属性值为true,则平滑渐变将应用于阴影。

适用于