ListViewItemPresenter.ListViewItemPresenterHorizontalContentAlignmentProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, "Microsoft.UI.Xaml.WinUIContract")]
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, "Microsoft.UI.Xaml.WinUIContract")] get; }
var dependencyProperty = ListViewItemPresenter.listViewItemPresenterHorizontalContentAlignmentProperty;
Public Shared ReadOnly Property ListViewItemPresenterHorizontalContentAlignmentProperty As DependencyProperty
Property Value
The identifier for the ListViewItemPresenterHorizontalContentAlignment dependency property.
- Attributes