Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
desktop:tagfielditem [2018/06/28 18:50] agcyphers [Properties] |
desktop:tagfielditem [2019/10/23 05:53] (current) |
||
---|---|---|---|
Line 20: | Line 20: | ||
==== Properties ==== | ==== Properties ==== | ||
^ Name ^ Type ^ Default Value ^ Description ^ | ^ Name ^ Type ^ Default Value ^ Description ^ | ||
- | | BackColor | [[http://developer.xojo.com/color|Color]] | &c000000 | The background color of the item when drawn on the canvas. | | + | | BackColor | Color | &c000000 | The background color of the item when drawn on the canvas. | |
- | | BorderColor | [[http://developer.xojo.com/color|Color]] | &cEDEDED | The border color of the item when drawn on the canvas. | | + | | BorderColor | Color | &cEDEDED | The border color of the item when drawn on the canvas. | |
| Height ''Read-Only'' | Integer | 0 | The computed height of the item. | | | Height ''Read-Only'' | Integer | 0 | The computed height of the item. | | ||
| Image ''Read-Only'' | Picture | Nil | The picture generated for the item. | | | Image ''Read-Only'' | Picture | Nil | The picture generated for the item. | | ||
- | | Selected | [[http://developer.xojo.com/boolean|Boolean]] | False | If True, the item will be shown in the canvas drawing area. | | + | | Selected | Boolean | False | If True, the item will be shown in the canvas drawing area. | |
- | | Text | [[http://developer.xojo.com/string|String]] | "" | The text of the item. | | + | | Text | String | "" | The text of the item. | |
- | | TextColor | [[http://developer.xojo.com/color|Color]] | &cEDEDED | The color used to draw the item's text. | | + | | TextColor | Color | &cEDEDED | The color used to draw the item's text. | |
| Width ''Read-Only'' | Integer | 0 | The computed width of the item. | | | Width ''Read-Only'' | Integer | 0 | The computed width of the item. | | ||
| X | Integer(Read-Only) | 0 | The computed X position of the item. | | | X | Integer(Read-Only) | 0 | The computed X position of the item. | |