Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TouchInfo Class / SelectionGripperThickness Property
Example


In This Topic
    SelectionGripperThickness Property
    In This Topic
    Gets or sets the selection gripper thickness.
    Syntax
    'Declaration
     
    
    Public Property SelectionGripperThickness As Integer
    'Usage
     
    
    Dim instance As TouchInfo
    Dim value As Integer
     
    instance.SelectionGripperThickness = value
     
    value = instance.SelectionGripperThickness
    public int SelectionGripperThickness {get; set;}

    Property Value

    The selection gripper thickness.
    Example
    This example sets the SelectionGripperThickness property.
    See Also