FixedPage::GetBottom Method (UIElement^)

 

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

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
[TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
[AttachedPropertyBrowsableForChildrenAttribute]
static double GetBottom(
	UIElement^ element
)

Parameters

element
Type: System.Windows::UIElement^

The element from which to get the bottom offset.

Return Value

Type: System::Double

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

If the bottom offset has not been set, GetBottom returns NaN.

.NET Framework
Available since 3.0
Return to top
Show: