forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathborderWidth.lcdoc
More file actions
52 lines (32 loc) · 1.08 KB
/
Copy pathborderWidth.lcdoc
File metadata and controls
52 lines (32 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Name: borderWidth
Synonyms: linesize
Type: property
Syntax: set the borderWidth of <object> to <pixelWidth>
Syntax: set the borderWidth of <line> of <field> to <pixelWidth>
Summary:
Specifies the width of an <object|object's> border.
Associations: stack, field
Introduced: 1.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
set the borderWidth of button "Cancel" to 1
Example:
set the borderWidth of this card to 24
Example:
set the borderWidth of line 5 of field 1 to 10
Parameters:
pixelWidth (integer):
An integer between zero and 255.
Description:
Use the <borderWidth> <property> to change the appearance of an
<object|object's> border.
By default, the <borderWidth> of newly created <object|objects> is 2.
By default, the <borderWidth> of a paragraph of text in a field is 0.
If the object's showBorder <property> is false, the <borderWidth>
<property> has no effect.
The border's appearance and color is affected by the setting of the
object's threeD <property>.
References: object (glossary), property (glossary),
borderPattern (property)
Tags: ui