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

另请参阅