Canvas.GetBottom Method (UIElement)
.NET Framework (current version)
Returns the value of the Canvas.Bottom attached property for a given dependency object.
Assembly: PresentationFramework (in PresentationFramework.dll)
<TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")> <AttachedPropertyBrowsableForChildrenAttribute> Public Shared Function GetBottom ( element As UIElement ) As Double
Parameters
- element
-
Type:
System.Windows.UIElement
The element from which the property value is read.
.NET Framework
Available since 3.0
Available since 3.0
Show: