SelectionGripperBackColor Property
In This Topic
Gets or sets the color of the selection gripper background.
Syntax
'Declaration
Public Property SelectionGripperBackColor As Color
'Usage
Dim instance As TouchInfo
Dim value As Color
instance.SelectionGripperBackColor = value
value = instance.SelectionGripperBackColor
public Color SelectionGripperBackColor {get; set;}
Property Value
The color of the selection gripper back. The default value is White.
Example
This example sets the SelectionGripperBackColor property.
See Also