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 接口使用,以返回应用继承的有效格式值。

另请参见