ChartFillFormat.GradientDegree 属性

定义

以浮点数值的方式返回单色阴影填充的渐变程度,数值大小介于 0.0(暗)到 1.0(亮)之间。 只读。

public:
 property float GradientDegree { float get(); };
public float GradientDegree { get; }
member this.GradientDegree : single
Public ReadOnly Property GradientDegree As Single

属性值

单精度

注解

此属性是只读的。 OneColorGradient(Int32, Int32, Single)使用 方法设置填充的渐变度。

适用于