PaintFeedbackArgs.SourceFeedbackBounds Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Property SourceFeedbackBounds As RectangleD
'Usage
Dim instance As PaintFeedbackArgs
Dim value As RectangleD
value = instance.SourceFeedbackBounds
instance.SourceFeedbackBounds = value
public RectangleD SourceFeedbackBounds { get; set; }
public:
property RectangleD SourceFeedbackBounds {
RectangleD get ();
void set (RectangleD value);
}
public function get SourceFeedbackBounds () : RectangleD
public function set SourceFeedbackBounds (value : RectangleD)
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
.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.