ShapeDecorator Constructor (ShapeField^, ShapeDecoratorPosition, PointD, Boolean)

 

Construct a new ShapeDecorator.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
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.

Return to top
Show: