Line.LineColor

From Xojo Documentation

Property (As Color )
aLine.LineColor = newColorValue
or
ColorValue = aLine.LineColor

Supported for all project types and targets.

The color of the line.

Example

This example sets the line color to red with a transparency value of hex A7.

Me.LineColor = &cff0000a7