BinaryLinkShapeBase::SetDecorators Method (LinkDecorator^, SizeD, LinkDecorator^, SizeD, Boolean)
Visual Studio 2015
Set the decorators for the connector.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
protected: void SetDecorators( LinkDecorator^ newFromDecorator, SizeD newFromDecoratorSize, LinkDecorator^ newToDecorator, SizeD newToDecoratorSize, bool invalidate )
Parameters
- newFromDecorator
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::LinkDecorator^
from decorator
- newFromDecoratorSize
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::SizeD
Size for the from decorator
- newToDecorator
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::LinkDecorator^
to decorator
- newToDecoratorSize
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::SizeD
Size for the to decorator
- invalidate
-
Type:
System::Boolean
Repaint the connector and its immediate surroundings.
Show: