GridViewItemPresenter.GridViewItemPresenterPaddingProperty 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
GridViewItemPresenterPaddingProperty 可能会在Windows 10后更改或不可用。 请改用 ContentPresenter.PaddingProperty。
标识 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
属性值
GridViewItemPresenterPadding 依赖属性的标识符。
- 属性