ListViewItemPresenter.SelectionIndicatorPressedBrush プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リスト ビュー項目が押されたときに選択インジケーターをレンダリングするために使用するブラシを取得または設定します。
public:
property Brush ^ SelectionIndicatorPressedBrush { Brush ^ get(); void set(Brush ^ value); };
Brush SelectionIndicatorPressedBrush();
void SelectionIndicatorPressedBrush(Brush value);
public Brush SelectionIndicatorPressedBrush { get; set; }
var brush = listViewItemPresenter.selectionIndicatorPressedBrush;
listViewItemPresenter.selectionIndicatorPressedBrush = brush;
Public Property SelectionIndicatorPressedBrush As Brush
プロパティ値
リスト ビュー項目が押されたときに選択インジケーターをレンダリングするために使用されるブラシ。