[]
Gets or sets the color of the selection gripper line.
[TypeConverter(typeof(WebColorConverter))]
public Color SelectionGripperLineColor { get; set; }
<TypeConverter(GetType(WebColorConverter))>
Public Property SelectionGripperLineColor As Color
Type | Description |
---|---|
Color | The color of the selection gripper line. If it is set to Empty, the color is the same as FocusRectangleBorderColor |