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 プロパティの値。

属性

適用対象