FreeformActivityDesigner.ShowConnectorsInForeground 属性

定义

获取一个值,该值指示 FreeformActivityDesigner 是否在其设计图面的前景中绘制连接器。Gets a value that indicates whether the FreeformActivityDesigner draws connectors in the foreground of its design surface.

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;否则为 falsetrue if the FreeformActivityDesigner draws connectors in the foreground of its design surface; otherwise, false. 默认值为 falseThe default is false.

注解

除非在从 FreeformActivityDesigner 派生的类中重写 ShowConnectorsInForeground,否则后者始终返回 falseUnless overridden in a class that derives from FreeformActivityDesigner, ShowConnectorsInForeground always returns false.

适用于