API:FMX.TreeView.TTreeView.AlternatingRowBackground

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property AlternatingRowBackground: Boolean read FAlternatingRowBackground write SetAlternatingRowBackground default 0;

C++

__property AlternatingRowBackground = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TTreeView

説明

このツリー ビュー内の行を、代替色で描画するかどうかを示します。

FMX.TreeView.TTreeView.AlternatingRowBackground は FMX.TreeView.TCustomTreeView.AlternatingRowBackground を継承しています。以下の内容はすべて FMX.TreeView.TCustomTreeView.AlternatingRowBackground を参照しています。

このツリー ビュー内の行を、代替色で描画するかどうかを示します。

AlternatingRowBackground を設定すると、このツリー ビュー内の行の背景を描画する方法を指定することができます。 AlternatingRowBackgroundTrue に設定した場合、行は代替背景色で描画され、そうでなければ、同色を使用して描画されます。

ヒント: このツリー ビューコンポーネントに適用されるスタイルは、代替色を定義します。

関連項目