Share via


ListViewItemPresenter.ListViewItemPresenterPadding 屬性

定義

注意

ListViewItemPresenterPadding 可能會在 Windows 10 之後變更或無法使用版本。 請改用 ContentPresenter.Padding

取得或設定演示者周圍的邊框間距。

public:
 property Thickness ListViewItemPresenterPadding { Thickness get(); void set(Thickness value); };
/// [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")]
/// [set: 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")]
Thickness ListViewItemPresenterPadding();

void ListViewItemPresenterPadding(Thickness value);
public Thickness ListViewItemPresenterPadding { [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; [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")] set; }
var thickness = listViewItemPresenter.listViewItemPresenterPadding;
listViewItemPresenter.listViewItemPresenterPadding = thickness;
Public Property ListViewItemPresenterPadding As Thickness

屬性值

粗細值。

屬性

備註

重要

ListViewItemPresenterPadding 可能會在 Windows 10 之後變更或無法使用版本。 請改用 ContentPresenter.Padding

適用於