| TextBoxSelectionColor Property |
Gets or sets the background color used for text selections.
This is a game object property.
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public Color SelectionColor { get; set; }
Public Property SelectionColor As Color
Get
Set
public:
property Color SelectionColor {
Color get ();
void set (Color value);
}
member SelectionColor : Color with get, set
Property Value
Type:
Color
The background color used for text selections.
See Also