Share via


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 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Overridable Property DecoratorFrom As LinkDecorator
'Usage
Dim instance As BinaryLinkShapeBase 
Dim value As LinkDecorator 

value = instance.DecoratorFrom

instance.DecoratorFrom = value
[BrowsableAttribute(false)]
public virtual LinkDecorator DecoratorFrom { get; set; }
[BrowsableAttribute(false)]
public:
virtual property LinkDecorator^ DecoratorFrom {
    LinkDecorator^ get ();
    void set (LinkDecorator^ value);
}
public function get DecoratorFrom () : LinkDecorator 
public function set DecoratorFrom (value : LinkDecorator)

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkDecorator

.NET Framework Security

See Also

Reference

BinaryLinkShapeBase Class

BinaryLinkShapeBase Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace

SetDecorators(LinkDecorator, LinkDecorator, Boolean)