次の方法で共有


ListViewItemPresenter.ListViewItemPresenterHorizontalContentAlignmentProperty プロパティ

定義

注意

ListViewItemPresenterVerticalContentAlignmentProperty は、Windows 10後のリリースで変更または使用できない場合があります。 代わりに、 ContentPresenter.VerticalContentAlignmentProperty を使用します。

ListViewItemPresenterHorizontalContentAlignment 依存関係プロパティを識別します。

public:
 static property DependencyProperty ^ ListViewItemPresenterHorizontalContentAlignmentProperty { DependencyProperty ^ get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("Use ContentPresenter.HorizontalContentAlignment instead of ListViewItemPresenterHorizontalContentAlignment. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
static DependencyProperty ListViewItemPresenterHorizontalContentAlignmentProperty();
/// [get: Windows.Foundation.Metadata.Deprecated("Use ContentPresenter.HorizontalContentAlignment instead of ListViewItemPresenterHorizontalContentAlignment. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
static DependencyProperty ListViewItemPresenterHorizontalContentAlignmentProperty();
public static DependencyProperty ListViewItemPresenterHorizontalContentAlignmentProperty { [Windows.Foundation.Metadata.Deprecated("Use ContentPresenter.HorizontalContentAlignment instead of ListViewItemPresenterHorizontalContentAlignment. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public static DependencyProperty ListViewItemPresenterHorizontalContentAlignmentProperty { [Windows.Foundation.Metadata.Deprecated("Use ContentPresenter.HorizontalContentAlignment instead of ListViewItemPresenterHorizontalContentAlignment. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var dependencyProperty = ListViewItemPresenter.listViewItemPresenterHorizontalContentAlignmentProperty;
Public Shared ReadOnly Property ListViewItemPresenterHorizontalContentAlignmentProperty As DependencyProperty

プロパティ値

ListViewItemPresenterHorizontalContentAlignment 依存関係プロパティの識別子。

属性

適用対象

こちらもご覧ください