共用方式為


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

屬性值

Boolean

true 如果行應該透過提供的兩個點無限繪製;否則為 false

適用於