FixedPage::GetBottom Method (UIElement^)
.NET Framework (current version)
Returns the distance between the bottom of an element and the bottom of its parent Canvas.
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::DoubleThe distance between the bottom of an element and the bottom of its parent canvas.
.NET Framework
Available since 3.0
Available since 3.0
Show: