FlexGrid for UWP/WinRT
RowHeaderSelectedBackground プロパティ

選択されているセルの行ヘッダーの背景の描画に使用する Windows.UI.Xaml.Media.Brush を取得または設定します。
構文
'宣言
 
Public Property RowHeaderSelectedBackground As Windows.UI.Xaml.Media.Brush
public Windows.UI.Xaml.Media.Brush RowHeaderSelectedBackground {get; set;}
解説

このプロパティを使用すると、(Excel と同様に)現在の選択範囲に対応するヘッダーを強調表示できるため、選択範囲の識別が容易になります。

このプロパティを null に設定すると、RowHeaderBackground プロパティで定義されたブラシによってすべての行ヘッダーがレンダリングされます。

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1FlexGrid クラス
C1FlexGrid メンバ

Send Feedback