DecoratorDoubleEmptyArrow Class
This is an arrow decorator with only two lines
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::DecoratorDoubleEmptyArrow
| Name | Description | |
|---|---|---|
![]() | DecoratorDoubleEmptyArrow() | Default constructor does nothing, but needed for serialization. |
| Name | Description | |
|---|---|---|
![]() | BrushId | Gets the BrushId used to draw the decorator background.(Inherited from LinkDecorator.) |
![]() | 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. This is a singleton on the LinkDecorator class. Do not dispose. Use immediately.(Overrides LinkDecorator::GetPath(RectangleD).) |
![]() | 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.



