Condividi tramite


ContextMenuService.GetHorizontalOffset(DependencyObject) Metodo

Definizione

Ottiene il valore della proprietà HorizontalOffset dell'oggetto specificato.

public:
 static double GetHorizontalOffset(System::Windows::DependencyObject ^ element);
[System.ComponentModel.TypeConverter(typeof(System.Windows.LengthConverter))]
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static double GetHorizontalOffset (System.Windows.DependencyObject element);
[<System.ComponentModel.TypeConverter(typeof(System.Windows.LengthConverter))>]
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetHorizontalOffset : System.Windows.DependencyObject -> double
Public Shared Function GetHorizontalOffset (element As DependencyObject) As Double

Parametri

element
DependencyObject

Oggetto su cui eseguire query riguardo alla proprietà HorizontalOffset.

Restituisce

Double

Valore della proprietà HorizontalOffset.

Attributi

Si applica a