ListViewItemPresenter.ListViewItemPresenterPaddingProperty Eigenschaft

Definition

Hinweis

ListViewItemPresenterPaddingProperty kann nach Windows 10 geändert oder nicht mehr für Releases verfügbar sein. Verwenden Sie stattdessen ContentPresenter.PaddingProperty.

Identifiziert die Abhängigkeitseigenschaft 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, Windows.Foundation.UniversalApiContract)]
static DependencyProperty ListViewItemPresenterPaddingProperty();
/// [get: Windows.Foundation.Metadata.Deprecated("Use ContentPresenter.Padding instead of GridViewItemPresenterPadding. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
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, typeof(Windows.Foundation.UniversalApiContract))] get; }
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, "Windows.Foundation.UniversalApiContract")] get; }
var dependencyProperty = ListViewItemPresenter.listViewItemPresenterPaddingProperty;
Public Shared ReadOnly Property ListViewItemPresenterPaddingProperty As DependencyProperty

Eigenschaftswert

Der Bezeichner für die ListViewItemPresenterPadding-Abhängigkeitseigenschaft .

Attribute

Gilt für:

Weitere Informationen