ILineFormat

ILineFormat 接口

表示线的格式。

public interface ILineFormat : ILineParamSource

属性

名称描述
Alignment { get; set; }返回或设置线对齐方式。读/写 LineAlignment
AsILineParamSource { get; }允许获取基础 ILineParamSource 接口。只读 ILineParamSource
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; }返回线的草图格式。只读 ISketchFormat
Style { get; set; }返回或设置线样式。读/写 LineStyle
Width { get; set; }返回或设置线的宽度。读/写 Double。

方法

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

另见