ShapeDecorator Constructor (ShapeField^, ShapeDecoratorPosition, PointD)
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
)
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.
Show: