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