BinaryLinkShapeBase::DecoratorTo Property

 

Gets or sets the decorator, such as an arrow, on the To end of the relationship.

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

public:
[BrowsableAttribute(false)]
property LinkDecorator^ DecoratorTo {
	virtual LinkDecorator^ get();
	virtual void set(LinkDecorator^ value);
}
Return to top
Show: