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
- store
Type: Microsoft.VisualStudio.Modeling.Store
- offset
Type: Microsoft.VisualStudio.Modeling.Diagrams.PointD
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ExpandCollapseDecorator Members