Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / TouchSelectionGripperLineColor Property


In This Topic
TouchSelectionGripperLineColor Property
In This Topic
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
See Also