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