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
- 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.