selectionHandleColor

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the selectionHandleColor to {colorName | RGBColor}
Summary

The selectionHandlerColor property specifies the color of the handle boxes used to resize a selected object.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the selectionHandleColor to "red"
set the selectionHandleColor to "255,0,0"
set the selectionHandleColor to the hiliteColor
Values
NameTypeDescription
Value

The selectionHandleColor is a color reference. The colorName is any standard color name.

The RGBColor consists of three comma-separated integers between zero and 255, specifying the level of each of red, green, and blue; or an HTML-style color consisting of a hash mark (#) followed by three hexadecimal numbers, one for each of red, green, and blue.

By default, the selectionHandleColor is "0,0,0" (black).

RelatedProperty: selected, borderColor
Function: colorNames
Glossary: property, hexadecimal, integer, color reference, object
Description

Use the selectionHandleColor property to change the appearance of selected objects.

Tagsui