LineFormat

LineFormat class

表示线条的格式。

public sealed class LineFormat : PVIObject, ILineFormat

Properties

NameDescription
Alignment { get; set; }返回或设置线条的对齐方式。 可读写 LineAlignment
AsIPresentationComponent { get; }允许获取基本的 IPresentationComponent 接口。 只读 IPresentationComponent
BeginArrowheadLength { get; set; }返回或设置线条起始处的箭头长度。 可读写 LineArrowheadLength
BeginArrowheadStyle { get; set; }返回或设置线条起始处的箭头样式。 可读写 LineArrowheadStyle
BeginArrowheadWidth { get; set; }返回或设置线条起始处的箭头宽度。 可读写 LineArrowheadWidth
CapStyle { get; set; }返回或设置线条的端点样式。 可读写 LineCapStyle
CustomDashPattern { get; set; }返回或设置自定义虚线模式。 可读写 Single[].
DashStyle { get; set; }返回或设置线条的虚线样式。 可读写 LineDashStyle
EndArrowheadLength { get; set; }返回或设置线条结束处的箭头长度。 可读写 LineArrowheadLength
EndArrowheadStyle { get; set; }返回或设置线条结束处的箭头样式。 可读写 LineArrowheadStyle
EndArrowheadWidth { get; set; }返回或设置线条结束处的箭头宽度。 可读写 LineArrowheadWidth
FillFormat { get; }返回线条的填充格式。 只读 ILineFillFormat
IsFormatNotDefined { get; }如果线条格式未定义(如刚创建时,默认值),则返回 true。 只读 Boolean。
JoinStyle { get; set; }返回或设置线条的连接样式。 可读写 LineJoinStyle
MiterLimit { get; set; }返回或设置线条的斜接限制。 可读写 Single。
SketchFormat { get; }返回线条的草图格式。 只读 ILineFillFormat
Style { get; set; }返回或设置线条样式。 可读写 LineStyle
Width { get; set; }返回或设置线条的宽度。 可读写 Double。

Methods

NameDescription
Equals(ILineFormat)确定两个 LineFormat 实例是否相等。
override Equals(object)
GetEffective()获取应用继承的有效线条格式数据。
override GetHashCode()返回哈希码。

See Also