IGradientFormatEffectiveData

IGradientFormatEffectiveData 接口

不可变对象,包含有效的渐变填充属性。

public interface IGradientFormatEffectiveData : IFillParamSource

属性

名称描述
AsIFillParamSource { get; }允许获取基本的 IFillParamSource 接口。只读 IFillParamSource
GradientDirection { get; }返回渐变的样式。只读 GradientDirection
GradientShape { get; }返回渐变的形状。只读 GradientShape
GradientStops { get; }返回渐变停止的集合。只读 IGradientStopCollectionEffectiveData
LinearGradientAngle { get; }返回渐变的角度。只读 Single。
LinearGradientScaled { get; }确定渐变是否被缩放。只读 Boolean。
TileFlip { get; }返回渐变的翻转模式。只读 TileFlip

备注

此接口作为 IFillFormatEffectiveDataILineFillFormatEffectiveData 的一部分使用。

另见