LinkDecorator.DecoratorPath Property

Definition

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

public:
 property System::Drawing::Drawing2D::GraphicsPath ^ DecoratorPath { System::Drawing::Drawing2D::GraphicsPath ^ get(); };
public System.Drawing.Drawing2D.GraphicsPath DecoratorPath { get; }
member this.DecoratorPath : System.Drawing.Drawing2D.GraphicsPath
Public ReadOnly Property DecoratorPath As GraphicsPath

Property Value

returns a GraphicsPath

Applies to