ListViewItemPresenter.SelectedBorderThickness 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定所選取專案周圍框線的粗細。 Windows 10應用程式會忽略此屬性。
public:
property Thickness SelectedBorderThickness { Thickness get(); void set(Thickness value); };
Thickness SelectedBorderThickness();
void SelectedBorderThickness(Thickness value);
public Thickness SelectedBorderThickness { get; set; }
var thickness = listViewItemPresenter.selectedBorderThickness;
listViewItemPresenter.selectedBorderThickness = thickness;
Public Property SelectedBorderThickness As Thickness
<listViewItemPresenter SelectedBorderThickness="uniform"/>
- or -
<listViewItemPresenter SelectedBorderThickness="left&right,top&bottom"/>
- or -
<listViewItemPresenter SelectedBorderThickness="left,top,right,bottom"/>
屬性值
選取專案周圍的框線粗細,做為 [粗細 ] 值。