LineFormat

LineFormat class

表示一行的格式。

public 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()返回哈希码。

也可以看看