ShapeField.AnchoringBehavior Property

Definition

Gets the AnchoringBehavior for this ShapeField.

public:
 property Microsoft::VisualStudio::Modeling::Diagrams::AnchoringBehavior ^ AnchoringBehavior { Microsoft::VisualStudio::Modeling::Diagrams::AnchoringBehavior ^ get(); };
public Microsoft.VisualStudio.Modeling.Diagrams.AnchoringBehavior AnchoringBehavior { get; }
member this.AnchoringBehavior : Microsoft.VisualStudio.Modeling.Diagrams.AnchoringBehavior
Public ReadOnly Property AnchoringBehavior As AnchoringBehavior

Property Value

Remarks

The AnchoringBehavior describes how the ShapeField should position and size itself as the parent ShapeElement moves and resizes.

Alter the returned AnchoringBehavior object to describe how the ShapeField should reposition and resize itself.

Applies to