NodeShape.PortPlacementHelper Property
Gets the helper class that contains the port placement that a shape's parent shape requires.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Shared ReadOnly Property PortPlacementHelper As PortPlacementHelper
public static PortPlacementHelper PortPlacementHelper { get; }
public:
static property PortPlacementHelper^ PortPlacementHelper {
PortPlacementHelper^ get ();
}
static member PortPlacementHelper : PortPlacementHelper with get
static function get PortPlacementHelper () : PortPlacementHelper
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.PortPlacementHelper
The helper class that contains the port placement that a shape's parent shape requires.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.