ConnectorDecorator Constructor (ShapeField^, ConnectorDecoratorPosition, Boolean)

 

Creates a ConnectorDecorator.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
ConnectorDecorator(
	ShapeField^ field,
	ConnectorDecoratorPosition position,
	bool canMove
)

Parameters

field
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeField^

Shape field used by the decorator.

position
Type: Microsoft.VisualStudio.Modeling.Diagrams::ConnectorDecoratorPosition

Decorator position.

canMove
Type: System::Boolean

Whether this decorator can be moved.

Return to top
Show: