BinaryLinkShapeBase::SetDecorators Method (LinkDecorator^, LinkDecorator^, Boolean)

 

Set the decorators for the connector.

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

protected:
void SetDecorators(
	LinkDecorator^ newFromDecorator,
	LinkDecorator^ newToDecorator,
	bool invalidate
)

Parameters

newFromDecorator
Type: Microsoft.VisualStudio.Modeling.Diagrams::LinkDecorator^
newToDecorator
Type: Microsoft.VisualStudio.Modeling.Diagrams::LinkDecorator^
invalidate
Type: System::Boolean

Repaint the connector and its immediate surroundings.

Return to top
Show: