Sets a colored space around images displayed by the visualizer.
property Padding: TRVStyleLength;
This value is measured in screen pixels or in twips (1/20 of point) or in EMU, depending on Units property of TRVStyle component.
If BackgroundColor = rvclNone, this value is simply added to Margin. Otherwise, this space is colored, while margins are transparent.
Examples
Padding = 2
Padding = 10
Default value
1
See also