[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Defines a group of 8 images in a TImageList used for theming
Source position: msegui.pas line 780
public property tcustomframe.frameimage_list : timagelist |
Defines a group of 8 images in a TImageList used for theming. 4 for the corners and 4 stretched images for the edges. Images are numbered 0 to 7, and used in a counter-clockwise order, starting from the top-left.
0 = topleft, 1 = left, 2 = bottomleft, 3 = bottom, 4 = bottomright, 5 = right, 6 = topright, 7 = top 0 - 7 - 6 | | 1 5 | | 2 - 3 - 4
Please see apps/facedomo tstringedit8 for an example.