Share via


BinaryLinkShapeBase.DecoratorFrom Property

Definition

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

public:
 virtual property Microsoft::VisualStudio::Modeling::Diagrams::LinkDecorator ^ DecoratorFrom { 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 DecoratorFrom { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.DecoratorFrom : Microsoft.VisualStudio.Modeling.Diagrams.LinkDecorator with get, set
Public Overridable Property DecoratorFrom As LinkDecorator

Property Value

LinkDecorator representing the decorator on this end on the BinaryLinkShape

Attributes

Applies to