BinaryLinkShapeBase::DecoratorFrom Property

 

Gets or sets the decorator, such as an arrow, on the From 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^ DecoratorFrom {
	virtual LinkDecorator^ get();
	virtual void set(LinkDecorator^ value);
}
Return to top
Show: