Spread Windows Forms 12.0 Product Documentation
TouchSelectionGripperThickness Property
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : TouchSelectionGripperThickness Property
Gets or sets the touch selection gripper's thickness.
Syntax
'Declaration
 
Public Property TouchSelectionGripperThickness As Integer
'Usage
 
Dim instance As FpSpread
Dim value As Integer
 
instance.TouchSelectionGripperThickness = value
 
value = instance.TouchSelectionGripperThickness
public int TouchSelectionGripperThickness {get; set;}
Example
This example sets the TouchSelectionGripperThickness property.
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
See Also

Reference

FpSpread Class
FpSpread Members