LineAnnotation.IsInfinitive Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, setPublic Overridable Property IsInfinitive As BooleanProperty Value
true if a line should be drawn infinitely through two points provided; otherwise, false.