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


In This Topic
    SelectionGripperLineColor Property
    In This Topic
    Gets or sets the color of the selection gripper line.
    Syntax
    'Declaration
     
    
    Public Property SelectionGripperLineColor As Color
    'Usage
     
    
    Dim instance As TouchInfo
    Dim value As Color
     
    instance.SelectionGripperLineColor = value
     
    value = instance.SelectionGripperLineColor
    public Color SelectionGripperLineColor {get; set;}

    Property Value

    The color of the selection gripper line. If it is set to Empty, the color is the same as FocusRectangleBorderColor
    Example
    This example sets the SelectionGripperLineColor property.
    See Also