Share via


PaintFeedbackArgs.SourceGraphicsPath Property

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

Syntax

'Declaration
Public Property SourceGraphicsPath As GraphicsPath
public GraphicsPath SourceGraphicsPath { get; set; }
public:
property GraphicsPath^ SourceGraphicsPath {
    GraphicsPath^ get ();
    void set (GraphicsPath^ value);
}
member SourceGraphicsPath : GraphicsPath with get, set
function get SourceGraphicsPath () : GraphicsPath
function set SourceGraphicsPath (value : GraphicsPath)

Property Value

Type: System.Drawing.Drawing2D.GraphicsPath

.NET Framework Security

See Also

Reference

PaintFeedbackArgs Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace