IFillFormat

IFillFormat interface

表示填充格式选项。

public interface IFillFormat : IFillParamSource

特性

姓名描述
AsIFillParamSource { get; }允许获取基本的 IFillParamSource 接口。 只读IFillParamSource
FillType { get; set; }返回或设置填充类型。 读/写FillType
GradientFormat { get; }返回渐变填充格式。 只读IGradientFormat
PatternFormat { get; }返回图案填充格式。 只读IPatternFormat
PictureFillFormat { get; }返回图片填充格式。 只读IPictureFillFormat
RotateWithShape { get; set; }确定填充是否应随形状旋转。 读/写NullableBool
SolidFillColor { get; }返回填充颜色。 只读IColorFormat

方法

姓名描述
GetEffective()获取应用继承的有效填充格式数据。

也可以看看