IGradientFormat

IGradientFormat 接口

表示渐变格式。

public interface IGradientFormat : IFillParamSource

属性

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

另见