<< Click to display table of contents >> TRVReportCustomValueVisualizer.HAlign, VAlign |
These properties define positions of images displayed by the visualizer, relative to the respective cells.
property HAlign: TRVCellHAlign; // rvcLeft, rvcCenter or rvcRight
property VAlign: TRVCellVAlign2; // rvcTop, rvcMiddle or rvcBottom
Image positioning ignores cell padding (the minimal distance to the cell border is defined in Margin)
Default values
rvcCenter, rvcMiddle