Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Anchors the bottom of the ShapeField at a specified distance from the top of the parent ShapeNode.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Sub SetBottomAnchor ( _
percentage As Double _
)
public void SetBottomAnchor(
double percentage
)
public:
void SetBottomAnchor(
double percentage
)
member SetBottomAnchor :
percentage:float -> unit
public function SetBottomAnchor(
percentage : double
)
Parameters
- percentage
Type: System.Double
The distance from the top of the parent to the bottom of the ShapeFiled, as a fraction of the height of the parent. 1.0 == 100%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.