LinkDecorator.DecoratorPath Property

get/set the graphics path This is a singleton on the geometry class. Do not dispose. Use immediately.

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

Syntax

'Declaration
Public ReadOnly Property DecoratorPath As GraphicsPath
public GraphicsPath DecoratorPath { get; }
public:
property GraphicsPath^ DecoratorPath {
    GraphicsPath^ get ();
}
member DecoratorPath : GraphicsPath with get
function get DecoratorPath () : GraphicsPath

Property Value

Type: GraphicsPath

.NET Framework Security

See Also

Reference

LinkDecorator Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace