FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TouchInfo Class : SelectionGripperThickness Property |
'Declaration Public Property SelectionGripperThickness As Integer
'Usage Dim instance As TouchInfo Dim value As Integer instance.SelectionGripperThickness = value value = instance.SelectionGripperThickness
public int SelectionGripperThickness {get; set;}
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
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional