ExpandCollapseDecorator Constructor (Store^, ToggleButtonField^, ShapeDecoratorPosition, PointD, Boolean)
Visual Studio 2015
Construct a new ExpandCollapseDecorator.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: ExpandCollapseDecorator( Store^ store, ToggleButtonField^ field, ShapeDecoratorPosition position, PointD offset, bool canMove )
Parameters
- store
-
Type:
Microsoft.VisualStudio.Modeling::Store^
Store containing shapes that will host this decorator.
- field
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ToggleButtonField^
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: