AnchoringBehavior.SetBottomAnchor Method
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
SetBottomAnchor(NodeShape, AnchoringBehavior+Edge, Double) |
Anchors the ShapeField's bottom side to a particular side of a sibling NodeShape. |
SetBottomAnchor(ShapeField, AnchoringBehavior+Edge, Double) |
Anchors the ShapeField's bottom side to a particular side of a sibling ShapeField. |
SetBottomAnchor(ShapeField, Double) |
Anchors the ShapeField's bottom side to the horizontal line which is a distance of [sibling ShapeField's height multiplied by percentage] relative to the sibling ShapeField's top side. |
SetBottomAnchor(AnchoringBehavior+Edge, Double) |
Anchors the ShapeField's bottom side to a particular side of the parent ShapeElement. |
SetBottomAnchor(Double) |
Anchors the ShapeField's bottom side to the horizontal line which is a distance of [parent ShapeElement's height multiplied by percentage] relative to the parent ShapeElement's top side. |
SetBottomAnchor(NodeShape, Double) |
Anchors the ShapeField's bottom side to the horizontal line which is a distance of [sibling NodeShape's height multiplied by percentage] relative to the sibling NodeShape's top side. |
SetBottomAnchor(NodeShape, AnchoringBehavior+Edge, Double)
Anchors the ShapeField's bottom side to a particular side of a sibling NodeShape.
public:
void SetBottomAnchor(Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^ sibling, Microsoft::VisualStudio::Modeling::Diagrams::AnchoringBehavior::Edge side, double margin);
public void SetBottomAnchor (Microsoft.VisualStudio.Modeling.Diagrams.NodeShape sibling, Microsoft.VisualStudio.Modeling.Diagrams.AnchoringBehavior.Edge side, double margin);
member this.SetBottomAnchor : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape * Microsoft.VisualStudio.Modeling.Diagrams.AnchoringBehavior.Edge * double -> unit
Public Sub SetBottomAnchor (sibling As NodeShape, side As AnchoringBehavior.Edge, margin As Double)
Parameters
- sibling
- NodeShape
The sibling NodeShape to anchor to.
The side of the sibling NodeShape to anchor to.
- margin
- Double
The margin (in world units) between the ShapeField's bottom side and the specified side of the sibling NodeShape.
Applies to
SetBottomAnchor(ShapeField, AnchoringBehavior+Edge, Double)
Anchors the ShapeField's bottom side to a particular side of a sibling ShapeField.
public:
void SetBottomAnchor(Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^ sibling, Microsoft::VisualStudio::Modeling::Diagrams::AnchoringBehavior::Edge side, double margin);
public void SetBottomAnchor (Microsoft.VisualStudio.Modeling.Diagrams.ShapeField sibling, Microsoft.VisualStudio.Modeling.Diagrams.AnchoringBehavior.Edge side, double margin);
member this.SetBottomAnchor : Microsoft.VisualStudio.Modeling.Diagrams.ShapeField * Microsoft.VisualStudio.Modeling.Diagrams.AnchoringBehavior.Edge * double -> unit
Public Sub SetBottomAnchor (sibling As ShapeField, side As AnchoringBehavior.Edge, margin As Double)
Parameters
- sibling
- ShapeField
The sibling ShapeField to anchor to.
The side of the sibling ShapeField to anchor to.
- margin
- Double
The margin (in world units) between the ShapeField's bottom side and the specified side of the sibling ShapeField.
Applies to
SetBottomAnchor(ShapeField, Double)
Anchors the ShapeField's bottom side to the horizontal line which is a distance of [sibling ShapeField's height multiplied by percentage] relative to the sibling ShapeField's top side.
public:
void SetBottomAnchor(Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^ sibling, double percentage);
public void SetBottomAnchor (Microsoft.VisualStudio.Modeling.Diagrams.ShapeField sibling, double percentage);
member this.SetBottomAnchor : Microsoft.VisualStudio.Modeling.Diagrams.ShapeField * double -> unit
Public Sub SetBottomAnchor (sibling As ShapeField, percentage As Double)
Parameters
- sibling
- ShapeField
The sibling ShapeField whose height will be considered 100%.
- percentage
- Double
The percentage of the sibling ShapeField's height that will define the horizontal line to anchor to. (1.0 is 100%)
Applies to
SetBottomAnchor(AnchoringBehavior+Edge, Double)
Anchors the ShapeField's bottom side to a particular side of the parent ShapeElement.
public:
void SetBottomAnchor(Microsoft::VisualStudio::Modeling::Diagrams::AnchoringBehavior::Edge side, double margin);
public void SetBottomAnchor (Microsoft.VisualStudio.Modeling.Diagrams.AnchoringBehavior.Edge side, double margin);
member this.SetBottomAnchor : Microsoft.VisualStudio.Modeling.Diagrams.AnchoringBehavior.Edge * double -> unit
Public Sub SetBottomAnchor (side As AnchoringBehavior.Edge, margin As Double)
Parameters
The side of the parent ShapeElement to anchor to.
- margin
- Double
The margin (in world units) between the ShapeField's bottom side and the specified side of the parent ShapeElement.
Applies to
SetBottomAnchor(Double)
Anchors the ShapeField's bottom side to the horizontal line which is a distance of [parent ShapeElement's height multiplied by percentage] relative to the parent ShapeElement's top side.
public:
void SetBottomAnchor(double percentage);
public void SetBottomAnchor (double percentage);
member this.SetBottomAnchor : double -> unit
Public Sub SetBottomAnchor (percentage As Double)
Parameters
- percentage
- Double
The percentage of the parent ShapeElement's height that will define the horizontal line to anchor to. (1.0 is 100%)
Applies to
SetBottomAnchor(NodeShape, Double)
Anchors the ShapeField's bottom side to the horizontal line which is a distance of [sibling NodeShape's height multiplied by percentage] relative to the sibling NodeShape's top side.
public:
void SetBottomAnchor(Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^ sibling, double percentage);
public void SetBottomAnchor (Microsoft.VisualStudio.Modeling.Diagrams.NodeShape sibling, double percentage);
member this.SetBottomAnchor : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape * double -> unit
Public Sub SetBottomAnchor (sibling As NodeShape, percentage As Double)
Parameters
- sibling
- NodeShape
The sibling NodeShape whose height will be considered 100%.
- percentage
- Double
The percentage of the sibling NodeShape's height that will define the horizontal line to anchor to. (1.0 is 100%)