ListViewItemPresenter.ListViewItemPresenterHorizontalContentAlignmentProperty Property

Definition

Note

ListViewItemPresenterVerticalContentAlignmentProperty may be altered or unavailable for releases after Windows 10. Instead, use ContentPresenter.VerticalContentAlignmentProperty.

Identifies the ListViewItemPresenterHorizontalContentAlignment dependency property.

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

Property Value

The identifier for the ListViewItemPresenterHorizontalContentAlignment dependency property.

Attributes

Applies to

See also