IGradientFormat

IGradientFormat interface

表示渐变格式。

public interface IGradientFormat : IFillParamSource

特性

姓名描述
AsIFillParamSource { get; }允许获取基本的 IFillParamSource 接口。 只读IFillParamSource
GradientDirection { get; set; }返回或设置渐变的样式。 读/写GradientDirection
GradientShape { get; set; }返回或设置渐变的形状。 读/写GradientShape
GradientStops { get; }返回梯度停止点的集合。 只读IGradientStopCollection
LinearGradientAngle { get; set; }返回或设置渐变的角度。 读/写Single。
LinearGradientScaled { get; set; }确定渐变是否被缩放。 读/写NullableBool
TileFlip { get; set; }返回或设置渐变的翻转模式。 读/写TileFlip

也可以看看