Share via


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 引進)

備註

如需詳細資訊,請參閱 顯色

適用於