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