LineFillFormat

LineFillFormat 类

表示线条填充的属性。

public sealed class LineFillFormat : PVIObject, ILineFillFormat

属性

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

方法

名称描述
override Equals(object)与指定对象比较。
override GetHashCode()返回哈希代码。

另见