ShapeDecorator Constructor (ShapeField^, ShapeDecoratorPosition, PointD, Boolean)
Visual Studio 2015
Construct a new ShapeDecorator.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: ShapeDecorator( ShapeField^ field, ShapeDecoratorPosition position, PointD offset, bool canMove )
Parameters
- field
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeField^
ShapeField used by the decorator.
- position
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeDecoratorPosition
Decorator position.
- offset
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::PointD
Offset used to modify the default position of the decorator specified by position.
- canMove
-
Type:
System::Boolean
Whether this decorator can be moved.
Show: