ILineFormatEffectiveData

ILineFormatEffectiveData 接口

不可变对象,包含有效的线条格式属性。

public interface ILineFormatEffectiveData : ILineParamSource

属性

名称描述
Alignment { get; }返回线对齐方式。只读 LineAlignment
AsILineParamSource { get; }允许获取基础 ILineParamSource 接口。只读 ILineParamSource
BeginArrowheadLength { get; }返回线条起始处的箭头长度。只读 LineArrowheadLength
BeginArrowheadStyle { get; }返回线条起始处的箭头样式。只读 LineArrowheadStyle
BeginArrowheadWidth { get; }返回线条起始处的箭头宽度。只读 LineArrowheadWidth
CapStyle { get; }返回线帽样式。只读 LineCapStyle
CustomDashPattern { get; }返回自定义虚线模式。只读 Single[].
DashStyle { get; }返回线条虚线样式。只读 LineDashStyle
EndArrowheadLength { get; }返回线条结束处的箭头长度。只读 LineArrowheadLength
EndArrowheadStyle { get; }返回线条结束处的箭头样式。只读 LineArrowheadStyle
EndArrowheadWidth { get; }返回线条结束处的箭头宽度。只读 LineArrowheadWidth
FillFormat { get; }返回线条的填充格式。只读 ILineFillFormatEffectiveData
JoinStyle { get; }返回线条的连接样式。只读 LineJoinStyle
MiterLimit { get; }返回线条的斜接限制。只读 Single。
SketchFormat { get; }返回线条的素描格式。只读 ISketchFormatEffectiveData
Style { get; }返回线条样式。只读 LineStyle
Width { get; }返回线条宽度。只读 Double。

方法

名称描述
Equals(ILineFormatEffectiveData)确定两个 ILineFormatEffectiveData 实例是否相等。

备注

此接口与 ILineFormat 接口一起使用,以返回应用继承后的有效格式化值。

另见