LineFormat

LineFormat 类

表示线的格式。

public sealed class LineFormat : PVIObject, ILineFormat

属性

名称描述
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.

方法

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

另请参见