Compartir a través de


ListViewItemPresenter.ListViewItemPresenterPaddingProperty Propiedad

Definición

Nota

ListViewItemPresenterPaddingProperty puede modificarse o no estar disponible para las versiones después de Windows 10. En su lugar, use ContentPresenter.PaddingProperty.

Identifica la propiedad de dependencia ListViewItemPresenterPadding .

public:
 static property DependencyProperty ^ ListViewItemPresenterPaddingProperty { DependencyProperty ^ get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("Use ContentPresenter.Padding instead of GridViewItemPresenterPadding. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Microsoft.UI.Xaml.WinUIContract")]
static DependencyProperty ListViewItemPresenterPaddingProperty();
public static DependencyProperty ListViewItemPresenterPaddingProperty { [Windows.Foundation.Metadata.Deprecated("Use ContentPresenter.Padding instead of GridViewItemPresenterPadding. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Microsoft.UI.Xaml.WinUIContract")] get; }
var dependencyProperty = ListViewItemPresenter.listViewItemPresenterPaddingProperty;
Public Shared ReadOnly Property ListViewItemPresenterPaddingProperty As DependencyProperty

Valor de propiedad

Identificador de la propiedad de dependencia ListViewItemPresenterPadding .

Atributos

Se aplica a

Consulte también