ListViewItemPresenter.RevealBorderThickness 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置显示效果边框的粗细。
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
属性值
显示效果边框的粗细。
注解
有关详细信息,请参阅 展示。