RelativePanel.GetAlignLeftWith(UIElement) メソッド

定義

ターゲット要素の RelativePanel.AlignLeftWith XAML 添付プロパティの値を取得します。

public:
 static Platform::Object ^ GetAlignLeftWith(UIElement ^ element);
 static IInspectable GetAlignLeftWith(UIElement const& element);
public static object GetAlignLeftWith(UIElement element);
function getAlignLeftWith(element)
Public Shared Function GetAlignLeftWith (element As UIElement) As Object

パラメーター

element
UIElement

プロパティ値の読み取り元となるオブジェクト。

戻り値

Object

Platform::Object

IInspectable

指定したオブジェクトの RelativePanel.AlignLeftWith XAML 添付プロパティ値。 (この要素の左端を揃える要素。

注釈

このメソッドはプロパティ システムのユーティリティ メソッドであり、ほとんどのアプリ シナリオでは使用されません。 ほとんどの場合、XAML で RelativePanel.AlignLeftWith XAML 添付プロパティを設定します。このメソッドは必要ありません。 詳細については、 RelativePanel.AlignLeftWith 添付プロパティを参照してください。

適用対象

こちらもご覧ください