RelativePanel.SetAlignBottomWithPanel(UIElement, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定目標元素的 RelativePanel.AlignBottomWithPanel XAML 附加屬性的值。
public:
static void SetAlignBottomWithPanel(UIElement ^ element, bool value);
static void SetAlignBottomWithPanel(UIElement const& element, bool const& value);
public static void SetAlignBottomWithPanel(UIElement element, bool value);
function setAlignBottomWithPanel(element, value)
Public Shared Sub SetAlignBottomWithPanel (element As UIElement, value As Boolean)
參數
- element
- UIElement
寫入屬性值的物件。
- value
-
Boolean
bool
要設定的值。 (true ,將這個專案的下邊緣與面板的下邊緣對齊;否則為 false.)
備註
這個方法是屬性系統的公用程式方法,而且不會在大部分的應用程式案例中使用。 在大部分情況下,您會在 XAML 中設定 RelativePanel.AlignBottomWithPanel XAML 附加屬性,而且不需要此方法。 如需詳細資訊,請參閱 RelativePanel.AlignBottomWithPanel 附加屬性。