ChartFillFormat.GradientDegree 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
以浮点数值的方式返回单色阴影填充的渐变程度,数值大小介于 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)使用 方法设置填充的渐变度。