ExpandCollapseDecorator Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExpandCollapseDecorator(Store, ToggleButtonField, ShapeDecoratorPosition) |
Construct a new ExpandCollapseDecorator. |
ExpandCollapseDecorator(Store, ToggleButtonField, ShapeDecoratorPosition, PointD) |
Construct a new ExpandCollapseDecorator. |
ExpandCollapseDecorator(Store, ToggleButtonField, ShapeDecoratorPosition, Boolean) |
Construct a new ExpandCollapseDecorator. |
ExpandCollapseDecorator(Store, ToggleButtonField, ShapeDecoratorPosition, PointD, Boolean) |
Construct a new ExpandCollapseDecorator. |
ExpandCollapseDecorator(Store, ToggleButtonField, ShapeDecoratorPosition)
Construct a new ExpandCollapseDecorator.
public:
ExpandCollapseDecorator(Microsoft::VisualStudio::Modeling::Store ^ store, Microsoft::VisualStudio::Modeling::Diagrams::ToggleButtonField ^ field, Microsoft::VisualStudio::Modeling::Diagrams::ShapeDecoratorPosition position);
public ExpandCollapseDecorator (Microsoft.VisualStudio.Modeling.Store store, Microsoft.VisualStudio.Modeling.Diagrams.ToggleButtonField field, Microsoft.VisualStudio.Modeling.Diagrams.ShapeDecoratorPosition position);
new Microsoft.VisualStudio.Modeling.Diagrams.ExpandCollapseDecorator : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.Diagrams.ToggleButtonField * Microsoft.VisualStudio.Modeling.Diagrams.ShapeDecoratorPosition -> Microsoft.VisualStudio.Modeling.Diagrams.ExpandCollapseDecorator
Public Sub New (store As Store, field As ToggleButtonField, position As ShapeDecoratorPosition)
Parameters
- store
- Store
Store containing shapes that will host this decorator.
- field
- ToggleButtonField
ShapeField used by the decorator.
- position
- ShapeDecoratorPosition
Decorator position.
Applies to
ExpandCollapseDecorator(Store, ToggleButtonField, ShapeDecoratorPosition, PointD)
Construct a new ExpandCollapseDecorator.
public:
ExpandCollapseDecorator(Microsoft::VisualStudio::Modeling::Store ^ store, Microsoft::VisualStudio::Modeling::Diagrams::ToggleButtonField ^ field, Microsoft::VisualStudio::Modeling::Diagrams::ShapeDecoratorPosition position, Microsoft::VisualStudio::Modeling::Diagrams::PointD offset);
public ExpandCollapseDecorator (Microsoft.VisualStudio.Modeling.Store store, Microsoft.VisualStudio.Modeling.Diagrams.ToggleButtonField field, Microsoft.VisualStudio.Modeling.Diagrams.ShapeDecoratorPosition position, Microsoft.VisualStudio.Modeling.Diagrams.PointD offset);
new Microsoft.VisualStudio.Modeling.Diagrams.ExpandCollapseDecorator : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.Diagrams.ToggleButtonField * Microsoft.VisualStudio.Modeling.Diagrams.ShapeDecoratorPosition * Microsoft.VisualStudio.Modeling.Diagrams.PointD -> Microsoft.VisualStudio.Modeling.Diagrams.ExpandCollapseDecorator
Public Sub New (store As Store, field As ToggleButtonField, position As ShapeDecoratorPosition, offset As PointD)
Parameters
- store
- Store
Store containing shapes that will host this decorator.
- field
- ToggleButtonField
ShapeField used by the decorator.
- position
- ShapeDecoratorPosition
Decorator position.
- offset
- PointD
Offset used to modify the default position of the decorator specified by position.
Applies to
ExpandCollapseDecorator(Store, ToggleButtonField, ShapeDecoratorPosition, Boolean)
Construct a new ExpandCollapseDecorator.
public:
ExpandCollapseDecorator(Microsoft::VisualStudio::Modeling::Store ^ store, Microsoft::VisualStudio::Modeling::Diagrams::ToggleButtonField ^ field, Microsoft::VisualStudio::Modeling::Diagrams::ShapeDecoratorPosition position, bool canMove);
public ExpandCollapseDecorator (Microsoft.VisualStudio.Modeling.Store store, Microsoft.VisualStudio.Modeling.Diagrams.ToggleButtonField field, Microsoft.VisualStudio.Modeling.Diagrams.ShapeDecoratorPosition position, bool canMove);
new Microsoft.VisualStudio.Modeling.Diagrams.ExpandCollapseDecorator : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.Diagrams.ToggleButtonField * Microsoft.VisualStudio.Modeling.Diagrams.ShapeDecoratorPosition * bool -> Microsoft.VisualStudio.Modeling.Diagrams.ExpandCollapseDecorator
Public Sub New (store As Store, field As ToggleButtonField, position As ShapeDecoratorPosition, canMove As Boolean)
Parameters
- store
- Store
Store containing shapes that will host this decorator.
- field
- ToggleButtonField
ShapeField used by the decorator.
- position
- ShapeDecoratorPosition
Decorator position.
- canMove
- Boolean
Whether this decorator can be moved.
Applies to
ExpandCollapseDecorator(Store, ToggleButtonField, ShapeDecoratorPosition, PointD, Boolean)
Construct a new ExpandCollapseDecorator.
public:
ExpandCollapseDecorator(Microsoft::VisualStudio::Modeling::Store ^ store, Microsoft::VisualStudio::Modeling::Diagrams::ToggleButtonField ^ field, Microsoft::VisualStudio::Modeling::Diagrams::ShapeDecoratorPosition position, Microsoft::VisualStudio::Modeling::Diagrams::PointD offset, bool canMove);
public ExpandCollapseDecorator (Microsoft.VisualStudio.Modeling.Store store, Microsoft.VisualStudio.Modeling.Diagrams.ToggleButtonField field, Microsoft.VisualStudio.Modeling.Diagrams.ShapeDecoratorPosition position, Microsoft.VisualStudio.Modeling.Diagrams.PointD offset, bool canMove);
new Microsoft.VisualStudio.Modeling.Diagrams.ExpandCollapseDecorator : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.Diagrams.ToggleButtonField * Microsoft.VisualStudio.Modeling.Diagrams.ShapeDecoratorPosition * Microsoft.VisualStudio.Modeling.Diagrams.PointD * bool -> Microsoft.VisualStudio.Modeling.Diagrams.ExpandCollapseDecorator
Public Sub New (store As Store, field As ToggleButtonField, position As ShapeDecoratorPosition, offset As PointD, canMove As Boolean)
Parameters
- store
- Store
Store containing shapes that will host this decorator.
- field
- ToggleButtonField
ShapeField used by the decorator.
- position
- ShapeDecoratorPosition
Decorator position.
- offset
- PointD
Offset used to modify the default position of the decorator specified by position.
- canMove
- Boolean
Whether this decorator can be moved.