BinaryLinkShapeBase.GeometryDecoratorFrom Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public ReadOnly Property GeometryDecoratorFrom As LinkDecorator
'Usage
Dim instance As BinaryLinkShapeBase 
Dim value As LinkDecorator 

value = instance.GeometryDecoratorFrom
public LinkDecorator GeometryDecoratorFrom { get; }
public:
virtual property LinkDecorator^ GeometryDecoratorFrom {
    LinkDecorator^ get () sealed;
}
public final function get GeometryDecoratorFrom () : LinkDecorator

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkDecorator

Implements

IBinaryLinkGeometryData.GeometryDecoratorFrom

.NET Framework Security

See Also

Reference

BinaryLinkShapeBase Class

BinaryLinkShapeBase Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace