次の方法で共有


ListViewItemPresenter.RevealBackground プロパティ

定義

表示効果の背景をレンダリングするために使用するブラシを取得または設定します。

public:
 property Brush ^ RevealBackground { Brush ^ get(); void set(Brush ^ value); };
Brush RevealBackground();

void RevealBackground(Brush value);
public Brush RevealBackground { get; set; }
var brush = listViewItemPresenter.revealBackground;
listViewItemPresenter.revealBackground = brush;
Public Property RevealBackground As Brush

プロパティ値

表示効果の背景をレンダリングするために使用されるブラシ。

注釈

詳細については、「 表示」を参照してください。

適用対象