Share via


ExpandCollapseDecorator Constructor (Store, ToggleButtonField, ShapeDecoratorPosition, PointD)

Construct a new ExpandCollapseDecorator.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Sub New ( _
    store As Store, _
    field As ToggleButtonField, _
    position As ShapeDecoratorPosition, _
    offset As PointD _
)
public ExpandCollapseDecorator(
    Store store,
    ToggleButtonField field,
    ShapeDecoratorPosition position,
    PointD offset
)
public:
ExpandCollapseDecorator(
    Store^ store, 
    ToggleButtonField^ field, 
    ShapeDecoratorPosition position, 
    PointD offset
)
new : 
        store:Store * 
        field:ToggleButtonField * 
        position:ShapeDecoratorPosition * 
        offset:PointD -> ExpandCollapseDecorator
public function ExpandCollapseDecorator(
    store : Store, 
    field : ToggleButtonField, 
    position : ShapeDecoratorPosition, 
    offset : PointD
)

Parameters

.NET Framework Security

See Also

Reference

ExpandCollapseDecorator Class

ExpandCollapseDecorator Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace