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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.