| << Click to display table of contents >> TRVBackgroundProperties.VerticalAlignment | 
Vertical alignment of the background image within the background rectangle.
type // defined in RVStyle unit
  TRVBackgroundVerticalAlignment = (
rvbvaTop, rvbvaCenter, rvbvaBottom
  );
 
property VerticalAlignment: 
  TRVBackgroundVerticalAlignment;
This property is ignored if VerticalAlignment = rvbrpSpace.
Default value
rvbvaTop