Share via


BinaryLinkShapeBase.GeometryDecoratorTo Property

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

Syntax

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

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

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkDecorator

Implements

IBinaryLinkGeometryData.GeometryDecoratorTo

.NET Framework Security

See Also

Reference

BinaryLinkShapeBase Class

BinaryLinkShapeBase Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace