LineFillFormat

LineFillFormat class

表示线条填充的属性。

public sealed class LineFillFormat : PVIObject, ILineFillFormat

Properties

NameDescription
AsIPresentationComponent { get; }获取基本的 IPresentationComponent 接口。 唯一读属性 IPresentationComponent
FillType { get; set; }返回或设置填充类型。 可读写 FillType
GradientFormat { get; }返回渐变填充格式。 唯一读属性 IGradientFormat
PatternFormat { get; }返回图案填充格式。 唯一读属性 IPatternFormat
RotateWithShape { get; set; }确定填充是否应随着形状旋转。 可读写 NullableBool
SolidFillColor { get; }返回实心填充的颜色。 唯一读属性 IColorFormat

Methods

NameDescription
override Equals(object)与指定对象进行比较。
override GetHashCode()返回哈希码。

See Also