Xojo Documentation
Xojo Documentation
Home
Getting Started
Get Started with Xojo
QuickStarts
Tutorials
Pi Programming
More Guides
Resources
In-Depth Guides
User Guide
Language Reference
Resources
Release Notes
System Requirements
Deprecations
Videos
Feedback
About
Usage
Copyrights and Trademarks
Tools
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
Line.LineColor
From Xojo Documentation
Property
(As
Color
)
a
Line
.
LineColor
=
new
Color
Value
or
Color
Value
=
a
Line
.
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 = &c
ff
00
00
a7
Category
:
Properties