| << Click to display table of contents >> TRVBackgroundProperties.HorizontalAlignment | 
Horizontal alignment of the background image within the background rectangle.
type // defined in RVStyle unit
  TRVBackgroundHorizontalAlignment = ( 
    rvbhaLeft, rvbhaCenter, rvbhaRight
  );
 
property HorizontalAlignment: 
  TRVBackgroundHorizontalAlignment;
This property is ignored if HorizontalRepeat = rvbrpSpace.
Default value
rvbhaLeft