ILineFillFormat

ILineFillFormat 接口

表示线条填充的属性。

public interface ILineFillFormat : IFillParamSource

属性

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

另见