Spread for ASP.NET 11 Product Documentation
SelectionGripperBackColor Property
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TouchInfo Class : SelectionGripperBackColor Property
Gets or sets the color of the selection gripper background.
Syntax
'Declaration
 
Public Property SelectionGripperBackColor As Color
'Usage
 
Dim instance As TouchInfo
Dim value As Color
 
instance.SelectionGripperBackColor = value
 
value = instance.SelectionGripperBackColor
public Color SelectionGripperBackColor {get; set;}

Property Value

The color of the selection gripper back. The default value is White.
Example
This example sets the SelectionGripperBackColor 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