PowerTools SPREAD for ASP.NET 8.0J
SelectionGripperThickness プロパティ

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

プロパティ値

グリッパーの枠線の太さ。
次のサンプルコードは、SelectionGripperThicknessプロパティを設定します。
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 メンバ

 

 


© 2003-2015, GrapeCity inc. All rights reserved.