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

注解

除非在从 FreeformActivityDesigner 派生的类中重写 ShowConnectorsInForeground,否则后者始终返回 false

适用于