Share via


PaintFeedbackArgs.SourceGraphicsPath Property

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

Syntax

'Declaration
Public Property SourceGraphicsPath As GraphicsPath
'Usage
Dim instance As PaintFeedbackArgs 
Dim value As GraphicsPath 

value = instance.SourceGraphicsPath

instance.SourceGraphicsPath = value
public GraphicsPath SourceGraphicsPath { get; set; }
public:
property GraphicsPath^ SourceGraphicsPath {
    GraphicsPath^ get ();
    void set (GraphicsPath^ value);
}
public function get SourceGraphicsPath () : GraphicsPath 
public function set SourceGraphicsPath (value : GraphicsPath)

Property Value

Type: System.Drawing.Drawing2D.GraphicsPath

.NET Framework Security

See Also

Reference

PaintFeedbackArgs Class

PaintFeedbackArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace