RelativePanel.GetAlignHorizontalCenterWith(UIElement) メソッド

定義

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

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

パラメーター

element
UIElement

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

戻り値

Object

Platform::Object

IInspectable

指定したオブジェクトの RelativePanel.AlignHorizontalCenterWith XAML 添付プロパティ値。 (この要素の水平方向の中心を揃える要素。

注釈

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

適用対象

こちらもご覧ください