TRVReportShapeRepeaterVisualizer.Padding

<< Click to display table of contents >>

TRVReportShapeRepeaterVisualizer.Padding

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

RepVis_Padding2

Padding = 10

RepVis_Padding10

Default value

1

See also

Spacing