Italic property for PowerScript controls
Controls
Controls that display text
Description
Italic is a property of text in a control.
Usage
In a painter
To italicize all text items in a control:
-
Select the Italic check box on the Font
tab page of the control’s property page, or select the
control and then click the I button on the StyleBar.
To italicize a text objects in a graph control:
-
Display the Text tab page of the graph
control’s Properties view. -
Select the desired text object from the Text Object
list box. -
Select the Italic check box.
In scripts
The Italic property takes a boolean value. The following example
italicizes the text in a StaticText control:
|
1 |
st_1.Italic = TRUE |
This example italicizes the label of the Value axis of a graph
control:
|
1 |
gr_1.Values.LabelDispAttr.Italic = TRUE |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest