SPREAD for WPF 4.0J - GcSpreadGrid
SelectionForeground プロパティ (GcSpreadGrid)
使用例 

GrapeCity.Windows.SpreadGrid 名前空間 > GcSpreadGrid クラス : SelectionForeground プロパティ
選択の前景ブラシを取得または設定します。
シンタックス
'宣言
 
Public Property SelectionForeground As Brush
public Brush SelectionForeground {get; set;}

プロパティ値

選択の前景ブラシ。
使用例
次のサンプルはSelectionForegroundプロパティの使用方法を説明します。
<sg:GcSpreadGrid Name="gcSpreadGrid1" ItemsSource="{StaticResource mySource}" 
           SelectionPolicy="Range" SelectionUnit="Cell" SelectionBackground="Red" 
           SelectionForeground="Blue" SelectionBackgroundUnfocused="Brown" SelectionForegroundUnfocused="Gray"
           HeaderSelectionOptions="ColumnHeader|RowHeader">
    <sg:GcSpreadGrid.SelectionBorder>
        <sg:BorderLine Color="Black" Style="MediumDashDot"/>
    </sg:GcSpreadGrid.SelectionBorder>
</sg:GcSpreadGrid>
<ComboBox ItemsSource="{Binding SelectedItems, ElementName=gcSpreadGrid1}" 
          SelectedItem="{Binding SelectedItem, ElementName=gcSpreadGrid1}"
          DisplayMemberPath="Name"/>
参照

GcSpreadGrid クラス
GcSpreadGrid メンバ