GrapeCity SPREAD for WPF 2.0J
SelectionBackgroundOpacity プロパティ (GcSpreadGrid)

選択範囲の背景ブラシの不透過度を取得または設定します。
構文
'Declaration
 
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 メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.