Share via


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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.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: System.Drawing.Drawing2D.GraphicsPath

.NET Framework Security

See Also

Reference

LinkDecorator Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace