ListViewItemPresenter.RevealBorderThickness 属性

定义

获取或设置显示效果边框的粗细。

public:
 property Thickness RevealBorderThickness { Thickness get(); void set(Thickness value); };
Thickness RevealBorderThickness();

void RevealBorderThickness(Thickness value);
public Thickness RevealBorderThickness { get; set; }
var thickness = listViewItemPresenter.revealBorderThickness;
listViewItemPresenter.revealBorderThickness = thickness;
Public Property RevealBorderThickness As Thickness

属性值

显示效果的边框的粗细。

Windows 要求

设备系列
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)

注解

有关详细信息,请参阅 展示

适用于