FixedPage::GetTop Method (UIElement^)

 

Returns the distance between the top of an element and the top 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 GetTop(
	UIElement^ element
)

Parameters

element
Type: System.Windows::UIElement^

The element from which to get the top offset.

Return Value

Type: System::Double

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

If the top offset has not been set, GetTop returns NaN.

.NET Framework
Available since 3.0
Return to top
Show: