<< Click to display table of contents >> TRVVAlign Type |
Unit [VCL/FMX] RVStyle / fmxRVStype;
type
TRVVAlign = (
rvvaBaseline, // bottom of picture -> baseline
rvvaMiddle, // center of picture -> baseline
rvvaAbsTop, // top of picture -> top of line
rvvaAbsBottom, // bottom of picture -> bottom of line
rvvaAbsMiddle, // center of picture -> center of line
rvvaLeft, // align to left side
rvvaRight // align to right side
);
Vertical align of pictures and controls in RichView
Align |
Scheme |
---|---|
rvvaBaseline |
|
rvvaMiddle |
|
rvvaAbsTop |
|
rvvaAbsBottom |
|
rvvaAbsMiddle |
|
rvvaLeft |
|
rvvaRight |
Note: non-standard values of HTML align attributes (abstop, absbottom, absmiddle) are used for export of rvvaAbs*** values.
This property can be applied to:
▪pictures and hot-pictures
See also methods of TCustomRichView:
See also properties of TCustomRichView:
See also methods of TCustomRichViewEdit:
See also properties of TRVStyle: