Share via


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相依性屬性的識別碼。

屬性

適用於

另請參閱