BinaryLinkShapeBase.DecoratorTo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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