PowerTools SPREAD for Windows Forms 8.0J
TouchSelectionGripperThickness プロパティ


グリッパーの枠線の太さを取得または設定します。
構文
'Declaration
 
Public Property TouchSelectionGripperThickness As Integer
'使用法
 
Dim instance As FpSpread
Dim value As Integer
 
instance.TouchSelectionGripperThickness = value
 
value = instance.TouchSelectionGripperThickness
public int TouchSelectionGripperThickness {get; set;}
次のサンプルコードは、TouchSelectionGripperThicknessプロパティを設定します。
FpSpread1.TouchDropDownScale = 1.0F;
FpSpread1.TouchSelectionGripperBackColor = Color.Aqua;
FpSpread1.TouchSelectionGripperLineColor = Color.BurlyWood;
FpSpread1.TouchSelectionGripperThickness = 2;
FpSpread1.TouchDropDownScale = 1.0F
FpSpread1.TouchSelectionGripperBackColor = Color.Aqua
FpSpread1.TouchSelectionGripperLineColor = Color.BurlyWood
FpSpread1.TouchSelectionGripperThickness = 2
参照

FpSpread クラス
FpSpread メンバ

 

 


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