DiagramPaintEventArgs Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | ClipRectangle | Gets the clipping rectangle in device units |
![]() | Graphics | Gets the Graphics object used to paint. |
![]() | Handled | Gets or sets a value indicating whether this event has been handled. |
![]() | IsPrinting | Gets a value indicating whether the diagram is being printed. |
![]() | PaintChildShapes | Gets a value indicating whether the shape paint handlers are expected to paint their child shapes. |
![]() | View | Gets the view that the Graphics object belongs to. This property may return null if the Graphics object does not belong to a DiagramClientView. |
Show:
