Share via


PaintFeedbackArgs.DisplaySourceAndTargetFeedback Property

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

Syntax

'Declaration
Public Property DisplaySourceAndTargetFeedback As Boolean
'Usage
Dim instance As PaintFeedbackArgs 
Dim value As Boolean 

value = instance.DisplaySourceAndTargetFeedback

instance.DisplaySourceAndTargetFeedback = value
public bool DisplaySourceAndTargetFeedback { get; set; }
public:
property bool DisplaySourceAndTargetFeedback {
    bool get ();
    void set (bool value);
}
public function get DisplaySourceAndTargetFeedback () : boolean 
public function set DisplaySourceAndTargetFeedback (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

PaintFeedbackArgs Class

PaintFeedbackArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace