Spread for ASP.NET 11 Product Documentation
SelectionGripperThickness Property
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TouchInfo Class : SelectionGripperThickness Property
Gets or sets the selection gripper thickness.
Syntax
'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;}

Property Value

The selection gripper thickness.
Example
This example sets the SelectionGripperThickness property.
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
See Also

Reference

TouchInfo Class
TouchInfo Members