RelativePanel.GetAlignBottomWithPanel(UIElement) メソッド

定義

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

public:
 static bool GetAlignBottomWithPanel(UIElement ^ element);
 static bool GetAlignBottomWithPanel(UIElement const& element);
public static bool GetAlignBottomWithPanel(UIElement element);
function getAlignBottomWithPanel(element)
Public Shared Function GetAlignBottomWithPanel (element As UIElement) As Boolean

パラメーター

element
UIElement

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

戻り値

Boolean

bool

指定したオブジェクトの RelativePanel.AlignBottomWithPanel XAML 添付プロパティ値。 (この 要素の下端をパネルの下端に合わせる場合は true、それ以外の場合は false)。

注釈

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

適用対象

こちらもご覧ください