다음을 통해 공유


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

속성 값

Boolean

FreeformActivityDesigner가 디자인 화면의 전경에서 커넥터를 그리면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

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

적용 대상