다음을 통해 공유


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 입니다.

적용 대상