FillFormat

FillFormat 类

表示填充格式选项。

public sealed class FillFormat : PVIObject, IFillFormat

属性

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

方法

名称描述
override Equals(object)与指定对象比较。
GetEffective()获取已应用继承的有效填充格式数据。
override GetHashCode()返回哈希码。

另请参见