ContextMenuService.GetHorizontalOffset(DependencyObject) Metodo

Definizione

Ottiene il valore della HorizontalOffset proprietà 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 una query relativa alla HorizontalOffset proprietà .

Valori restituiti

Valore della HorizontalOffset proprietà .

Attributi

Si applica a