Compartir a través de


GridViewItemPresenter.GridViewItemPresenterPaddingProperty Propiedad

Definición

Nota

GridViewItemPresenterPaddingProperty 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 GridViewItemPresenterPadding .

public:
 static property DependencyProperty ^ GridViewItemPresenterPaddingProperty { 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 GridViewItemPresenterPaddingProperty();
public static DependencyProperty GridViewItemPresenterPaddingProperty { [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 = GridViewItemPresenter.gridViewItemPresenterPaddingProperty;
Public Shared ReadOnly Property GridViewItemPresenterPaddingProperty As DependencyProperty

Valor de propiedad

Identificador de la propiedad de dependencia GridViewItemPresenterPadding .

Atributos

Se aplica a

Consulte también