LineAnnotation.IsInfinitive Property

Definition

Gets or sets a flag that indicates whether an infinite line should be drawn.

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

Property Value

true if a line should be drawn infinitely through two points provided; otherwise, false.

Applies to