Spread for ASP.NET 12 Product Documentation
SelectionGripperBackColor Property


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.
See Also

Reference

TouchInfo Class
TouchInfo Members