BinaryLinkShapeBase.DecoratorTo Property

Definition

Gets or sets the decorator on the To end of the relationship.

public:
 virtual property Microsoft::VisualStudio::Modeling::Diagrams::LinkDecorator ^ DecoratorTo { Microsoft::VisualStudio::Modeling::Diagrams::LinkDecorator ^ get(); void set(Microsoft::VisualStudio::Modeling::Diagrams::LinkDecorator ^ value); };
[System.ComponentModel.Browsable(false)]
public virtual Microsoft.VisualStudio.Modeling.Diagrams.LinkDecorator DecoratorTo { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.DecoratorTo : Microsoft.VisualStudio.Modeling.Diagrams.LinkDecorator with get, set
Public Overridable Property DecoratorTo As LinkDecorator

Property Value

LinkDecorator representing the decorator on this end on the BinaryLinkShape

Attributes

Applies to