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

属性值

显示效果边框的粗细。

注解

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

适用于