BinaryLinkShapeBase.DecoratorFrom 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 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