InkCanvas.GetTop(UIElement) Méthode

Définition

Obtient la valeur de la propriété jointe Top pour un objet de dépendance donné.

public:
 static double GetTop(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 GetTop (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 GetTop (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 GetTop : 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 GetTop : System.Windows.UIElement -> double
Public Shared Function GetTop (element As UIElement) As Double

Paramètres

element
UIElement

Élément à partir duquel obtenir la propriété du bord supérieur.

Retours

Double

Coordonnée supérieure de l'objet de dépendance.

Attributs

Exemples

L’exemple suivant montre comment obtenir la position d’un Button.

double buttonTop = InkCanvas.GetTop(button1);
Dim buttonTop As Double = InkCanvas.GetTop(button1)

S’applique à