FillFormat

FillFormat class

表示填充格式选项。

public sealed class FillFormat : PVIObject, IFillFormat

Properties

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

Methods

NameDescription
override Equals(object)与指定对象进行比较。
GetEffective()获取应用继承的有效填充格式数据。
override GetHashCode()返回哈希代码。

See Also