BinaryLinkShapeBase.ExcludePath Property

Definition

get/set the graphics path This is a singleton on the BinaryLinkShape class. Do not dispose. Use immediately. Use Clone if another path is needed!

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

Property Value

returns a GraphicsPath

Applies to