ExpandCollapseDecorator Constructor (Store^, ToggleButtonField^, ShapeDecoratorPosition)

 

Construct a new ExpandCollapseDecorator.

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

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.

Return to top
Show: