Share via


PaintFeedbackArgs.TargetGraphicsPath Property

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

Syntax

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

value = instance.TargetGraphicsPath

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

Property Value

Type: System.Drawing.Drawing2D.GraphicsPath

.NET Framework Security

See Also

Reference

PaintFeedbackArgs Class

PaintFeedbackArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace