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 속성과 관련된 쿼리할 개체입니다.

반환

HorizontalOffset 속성의 값입니다.

특성

적용 대상