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
TextShape.Underline
From Xojo Documentation
Property
(As
Boolean
)
a
TextShape
.
Underline
=
new
Boolean
Value
or
Boolean
Value
=
a
TextShape
.
Underline
New in 2019r2
Supported for all project types and targets.
If
True
, applies the underline style to the text.
Sample Code
This code underlines the control’s text.
Me
.
Underline =
True
Categories
:
New2019r2
Properties