DecoratorEmptyDiamond Class
This is an diamond decorator filled with the diagram's background color.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Microsoft.VisualStudio.Modeling.Diagrams::LinkDecorator
Microsoft.VisualStudio.Modeling.Diagrams::DecoratorFilledDiamond
Microsoft.VisualStudio.Modeling.Diagrams::DecoratorEmptyDiamond
| Name | Description | |
|---|---|---|
![]() | DecoratorEmptyDiamond() | Default constructor does nothing, but needed for serialization. |
| Name | Description | |
|---|---|---|
![]() | BrushId | Gets the BrushId used to draw the decorator background.(Overrides LinkDecorator::BrushId.) |
![]() | DecoratorPath | get/set the graphics path This is a singleton on the geometry class. Do not dispose. Use immediately.(Inherited from LinkDecorator.) |
![]() | FillDecorator | (Inherited from LinkDecorator.) |
![]() | PenId | Gets the PenId used to draw the outline.(Inherited from LinkDecorator.) |
| Name | Description | |
|---|---|---|
![]() | DoPaintShape(RectangleD, IGeometryHost^, DiagramPaintEventArgs^) | Paints the LinkDecorator on a LinkShape based on the bounds that it's given. The default drawing code gets the Path for the decorator and draws and fills it based on the LinkDecorator's PenId and BrushId.(Inherited from LinkDecorator.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetPath(RectangleD) | Returns the GraphicsPath for this LinkDecorator based on the bounding box passed in.(Inherited from DecoratorFilledDiamond.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



