ExpandCollapseDecorator Konstruktoren

Definition

Überlädt

ExpandCollapseDecorator(Store, ToggleButtonField, ShapeDecoratorPosition)

Erstellen Sie einen neuen expandreduziererdecorator.

ExpandCollapseDecorator(Store, ToggleButtonField, ShapeDecoratorPosition, PointD)

Erstellen Sie einen neuen expandreduziererdecorator.

ExpandCollapseDecorator(Store, ToggleButtonField, ShapeDecoratorPosition, Boolean)

Erstellen Sie einen neuen expandreduziererdecorator.

ExpandCollapseDecorator(Store, ToggleButtonField, ShapeDecoratorPosition, PointD, Boolean)

Erstellen Sie einen neuen expandreduziererdecorator.

ExpandCollapseDecorator(Store, ToggleButtonField, ShapeDecoratorPosition)

Erstellen Sie einen neuen expandreduziererdecorator.

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)

Parameter

store
Store

Speicher mit Formen, die dieses Decorator-Gerät hosten.

field
ToggleButtonField

ShapeField, das vom Decorator verwendet wird.

position
ShapeDecoratorPosition

Decoratorposition.

Gilt für

ExpandCollapseDecorator(Store, ToggleButtonField, ShapeDecoratorPosition, PointD)

Erstellen Sie einen neuen expandreduziererdecorator.

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)

Parameter

store
Store

Speicher mit Formen, die dieses Decorator-Gerät hosten.

field
ToggleButtonField

ShapeField, das vom Decorator verwendet wird.

position
ShapeDecoratorPosition

Decoratorposition.

offset
PointD

Der Offset, der verwendet wird, um die Standardposition des durch die Position angegebenen Decorator zu ändern.

Gilt für

ExpandCollapseDecorator(Store, ToggleButtonField, ShapeDecoratorPosition, Boolean)

Erstellen Sie einen neuen expandreduziererdecorator.

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)

Parameter

store
Store

Speicher mit Formen, die dieses Decorator-Gerät hosten.

field
ToggleButtonField

ShapeField, das vom Decorator verwendet wird.

position
ShapeDecoratorPosition

Decoratorposition.

canMove
Boolean

Gibt an, ob dieser Decorator verschoben werden kann.

Gilt für

ExpandCollapseDecorator(Store, ToggleButtonField, ShapeDecoratorPosition, PointD, Boolean)

Erstellen Sie einen neuen expandreduziererdecorator.

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)

Parameter

store
Store

Speicher mit Formen, die dieses Decorator-Gerät hosten.

field
ToggleButtonField

ShapeField, das vom Decorator verwendet wird.

position
ShapeDecoratorPosition

Decoratorposition.

offset
PointD

Der Offset, der verwendet wird, um die Standardposition des durch die Position angegebenen Decorator zu ändern.

canMove
Boolean

Gibt an, ob dieser Decorator verschoben werden kann.

Gilt für