FreeformActivityDesigner.ShowConnectorsInForeground Property

Definition

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

Property Value

true if the FreeformActivityDesigner draws connectors in the foreground of its design surface; otherwise, false. The default is false.

Remarks

Unless overridden in a class that derives from FreeformActivityDesigner, ShowConnectorsInForeground always returns false.

Applies to