Aracılığıyla paylaş


FixedPage.GetBottom(UIElement) Yöntem

Tanım

Bir öğenin alt kısmı ile üst Canvasöğesinin alt kısmı arasındaki uzaklığı döndürür.

public:
 static double GetBottom(System::Windows::UIElement ^ element);
[System.ComponentModel.TypeConverter("System.Windows.LengthConverter, PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
[System.Windows.AttachedPropertyBrowsableForChildren]
public static double GetBottom (System.Windows.UIElement element);
[System.Windows.AttachedPropertyBrowsableForChildren]
[System.ComponentModel.TypeConverter("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
public static double GetBottom (System.Windows.UIElement element);
[<System.ComponentModel.TypeConverter("System.Windows.LengthConverter, PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")>]
[<System.Windows.AttachedPropertyBrowsableForChildren>]
static member GetBottom : System.Windows.UIElement -> double
[<System.Windows.AttachedPropertyBrowsableForChildren>]
[<System.ComponentModel.TypeConverter("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")>]
static member GetBottom : System.Windows.UIElement -> double
Public Shared Function GetBottom (element As UIElement) As Double

Parametreler

element
UIElement

Alt uzaklığı almak için öğe.

Döndürülenler

Öğenin alt kısmıyla üst tuvalinin altı arasındaki uzaklık.

Öznitelikler

Açıklamalar

Alt uzaklık ayarlanmamışsa döndürür GetBottomNaN.

Şunlara uygulanır

Ayrıca bkz.