MESCIUS SPREAD for ASP.NET 10.0J
SelectionGripperBackColor プロパティ

グリッパーの背景の色を取得または設定します。
構文
'Declaration
 
Public Property SelectionGripperBackColor As Color
public Color SelectionGripperBackColor {get; set;}

プロパティ値

グリッパーの背景の色。デフォルト値はWhiteです。
次のサンプルコードは、SelectionGripperBackColorプロパティを設定します。
FpSpread1.TouchInfo.SelectionGripperBackColor = System.Drawing.Color.Aqua;
FpSpread1.TouchInfo.SelectionGripperLineColor = System.Drawing.Color.BurlyWood;
FpSpread1.TouchInfo.SelectionGripperThickness = 2;
FpSpread1.TouchInfo.SelectionGripperBackColor = System.Drawing.Color.Aqua
FpSpread1.TouchInfo.SelectionGripperLineColor = System.Drawing.Color.BurlyWood
FpSpread1.TouchInfo.SelectionGripperThickness = 2
参照

TouchInfo クラス
TouchInfo メンバ

 

 


© MESCIUS inc. All rights reserved.