BinaryLinkShapeBase.GeometryDecoratorFrom Property

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

Syntax

'宣言
Public ReadOnly Property GeometryDecoratorFrom As LinkDecorator
'使用
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

Permissions

See Also

Reference

BinaryLinkShapeBase Class

BinaryLinkShapeBase Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace