FreeformActivityDesigner.ShowConnectorsInForeground Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.