LineAnnotation.IsInfinitive 属性

定义

获取或设置一个标志,该标志指示是否应绘制无限线。

public:
 virtual property bool IsInfinitive { bool get(); void set(bool value); };
public virtual bool IsInfinitive { get; set; }
member this.IsInfinitive : bool with get, set
Public Overridable Property IsInfinitive As Boolean

属性值

如果应通过提供的两个点无限绘制线条,则为 ;否则

适用于