FreeformActivityDesigner.ShowConnectorsInForeground 속성

정의

디자인 화면의 전경에 연결선을 그릴지 여부를 FreeformActivityDesigner 나타내는 값을 가져옵니다.

protected:
 virtual property bool ShowConnectorsInForeground { bool get(); };
protected virtual bool ShowConnectorsInForeground { get; }
member this.ShowConnectorsInForeground : bool
Protected Overridable ReadOnly Property ShowConnectorsInForeground As Boolean

속성 값

true FreeformActivityDesigner 디자인 화면의 전경에 연결선을 그리면 이고, false그렇지 않으면 . 기본값은 false입니다.

설명

파생되는 FreeformActivityDesignerShowConnectorsInForeground 클래스에서 재정의되지 않는 한 항상 .false

적용 대상