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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.