Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / TouchSelectionGripperThickness Property


In This Topic
    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