ContextMenuService.GetHorizontalOffset(DependencyObject) Метод

Определение

Возвращает значение свойства HorizontalOffset указанного объекта.

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

Параметры

element
DependencyObject

Объект для запроса относительно свойства HorizontalOffset.

Возвращаемое значение

Double

Значение свойства HorizontalOffset.

Атрибуты

Применяется к