[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msepolygon.pas line 52
type tpolygon = class(tpaintbox) |
public |
constructor create(); override; |
destructor destroy; override; |
published |
property poly_edgecount: Integer; [rw] |
property poly_edgeradiusmm: real; [rw] |
property poly_edgeradiusvertexcount: Integer; [rw] |
property poly_rotation: real; [rw] |
property poly_color: colorty; [rw] |
property poly_colorline: colorty; [rw] |
property poly_colorlinegap: colorty; [rw] |
property poly_linewidthmm: real; [rw] |
property poly_dashes: ansistring; [rw] |
property poly_joinstyle: joinstylety; [rw] |
property poly_brush: tmaskedbitmap; [rw] |
property poly_brushoffset_x: Integer; [rw] |
property poly_brushoffset_y: Integer; [rw] |
property poly_smooth: Boolean; [rw] |
end; |
| |
| |
| |
| |
| |
| |
| |
| |
| |
twidget,iscrollframe,iface,iassistiveclient |
| |
| |
tmsecomponent,ievent,iificommand,iificlient |
| |
tcomponent |
? |
TObject |