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

GrapeCity.Windows.SpreadGrid 名前空間 > GcSpreadGrid クラス : SelectionBackgroundOpacity プロパティ
選択範囲の背景ブラシの不透過度を取得または設定します。
シンタックス
'宣言
 
Public Property SelectionBackgroundOpacity As Nullable(Of Double)
public Nullable<double> SelectionBackgroundOpacity {get; set;}

プロパティ値

選択範囲の背景ブラシの不透過度。既定値は0.1です。
解説
SelectionBackgroundOpacity プロパティは、SelectionBackground および SelectionBackgroundUnfocused で設定した背景色の不透過度を示します。
使用例
次のサンプルコードは、選択範囲の背景色を透過せずに表示します。
<sg:GcSpreadGrid SelectionBackground="Pink" SelectionBackgroundOpacity="1" />
gcSpreadGrid1.SelectionBackground = Brushes.Pink;
gcSpreadGrid1.SelectionBackgroundOpacity = 1;
GcSpreadGrid1.SelectionBackground = Brushes.Pink
GcSpreadGrid1.SelectionBackgroundOpacity = 1
参照

GcSpreadGrid クラス
GcSpreadGrid メンバ