ILineFormatEffectiveData

ILineFormatEffectiveData interface

包含有效行格式属性的不可变对象。

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

也可以看看