ExpandCollapseDecorator Constructor (Store, ToggleButtonField, ShapeDecoratorPosition, PointD)

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

Syntax

'宣言
Public Sub New ( _
    store As Store, _
    field As ToggleButtonField, _
    position As ShapeDecoratorPosition, _
    offset As PointD _
)
'使用
Dim store As Store
Dim field As ToggleButtonField
Dim position As ShapeDecoratorPosition
Dim offset As PointD

Dim instance As New ExpandCollapseDecorator(store, field, _
    position, offset)
public ExpandCollapseDecorator(
    Store store,
    ToggleButtonField field,
    ShapeDecoratorPosition position,
    PointD offset
)
public:
ExpandCollapseDecorator(
    Store^ store, 
    ToggleButtonField^ field, 
    ShapeDecoratorPosition position, 
    PointD offset
)
public function ExpandCollapseDecorator(
    store : Store, 
    field : ToggleButtonField, 
    position : ShapeDecoratorPosition, 
    offset : PointD
)

Parameters

Permissions

See Also

Reference

ExpandCollapseDecorator Class

ExpandCollapseDecorator Members

ExpandCollapseDecorator Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace