Spread Windows Forms 12.0 Product Documentation
TouchSelectionGripperLineColor Property
Example 


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