Spread for ASP.NET 10 Product Documentation
SelectionGripperLineColor Property
Example 


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.
FpSpread1.TouchInfo.SelectionGripperBackColor = System.Drawing.Color.Aqua;
FpSpread1.TouchInfo.SelectionGripperLineColor = System.Drawing.Color.BurlyWood;
FpSpread1.TouchInfo.SelectionGripperThickness = 2;
FpSpread1.TouchInfo.SelectionGripperBackColor = System.Drawing.Color.Aqua
FpSpread1.TouchInfo.SelectionGripperLineColor = System.Drawing.Color.BurlyWood
FpSpread1.TouchInfo.SelectionGripperThickness = 2
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

TouchInfo Class
TouchInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.