AnchoringBehavior::SetLeftAnchor Method (Double)
Visual Studio 2015
Anchors the ShapeField's left side to the vertical line which is a distance of [parent ShapeElement's width multiplied by percentage] relative to the parent ShapeElement's left side.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- percentage
-
Type:
System::Double
The percentage of the parent ShapeElement's width that will define the vertical line to anchor to. (1.0 is 100%)
Anchors the left side of the ShapeField to the vertical line that is a distance of [width of parent ShapeElement multiplied by percentage] relative to the left side of the parent ShapeElement.
Show: