RelativePanel.GetAlignBottomWith(UIElement) メソッド

定義

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

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

パラメーター

element
UIElement

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

戻り値

Object

Platform::Object

IInspectable

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

注釈

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

適用対象

こちらもご覧ください