Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / TouchSelectionGripperBackgroundColor Property


In This Topic
    TouchSelectionGripperBackgroundColor Property
    In This Topic
    Gets or sets a Color object for the selection style.
    Syntax
    'Declaration
     
    Public Property TouchSelectionGripperBackgroundColor As Color
    'Usage
     
    Dim instance As Worksheet
    Dim value As Color
     
    instance.TouchSelectionGripperBackgroundColor = value
     
    value = instance.TouchSelectionGripperBackgroundColor
    public Color TouchSelectionGripperBackgroundColor {get; set;}

    Property Value

    The Color object for this sheet.
    See Also