DecoratorFilledArrow Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is an enclosed arrow decorator filled with a color based on BrushId.
public ref class DecoratorFilledArrow : Microsoft::VisualStudio::Modeling::Diagrams::LinkDecorator
[System.Serializable]
public class DecoratorFilledArrow : Microsoft.VisualStudio.Modeling.Diagrams.LinkDecorator
[<System.Serializable>]
type DecoratorFilledArrow = class
inherit LinkDecorator
Public Class DecoratorFilledArrow
Inherits LinkDecorator
- Inheritance
- Derived
- Attributes
Constructors
DecoratorFilledArrow() |
Default constructor. |
Properties
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) |
Methods
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) |
GetPath(RectangleD) |
Returns the GraphicsPath for this LinkDecorator based on the bounding box passed in. |