ShapeField.AnchoringBehavior Property
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.
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.