Spread Windows Forms 17
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
    public Color TouchSelectionGripperLineColor {get; set;}
    See Also