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

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

プロパティ値

グリッパーの枠線の色。Emptyに設定した場合、この色はFocusRectangleBorderColorと同じになります。
次のサンプルコードは、SelectionGripperLineColorプロパティを設定します。
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.