FixedPage.SetBottom(UIElement, Double) Method

Definition

Sets the distance between the bottom of an element and the bottom of its parent Canvas.

public static void SetBottom (System.Windows.UIElement element, double length);

Parameters

element
UIElement

The element on which to set the bottom offset.

length
Double

The new distance between the bottom side of the element and the bottom side of its parent canvas.

Remarks

The child element's bottom offset does not affect the size of the parent canvas.

If both a top and a bottom offset have been specified on the same element, the top offset takes precedence.

When setting the bottom offset as a percentage, the percentage value is based on the size of the parent canvas.

Applies to

Өнім Нұсқалар
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also