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()获取有效的线格式数据,应用继承。

另请参阅