TouchSelectionGripperThickness Property
In This Topic
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;}
See Also