TiPipe.FlowIndicatorSpacing

TiPipe

Specifies the spacing between each Flow Indicator.

property FlowIndicatorSpacing : Integer;

Description

Use FlowIndicatorSpacing to specify the spacing between each Flow Indicator displayed in the control.

The spacing is specified in pixels.

Example

Delphi

iComponent.FlowIndicatorSpacing := 10;

C++ Builder

iComponent->FlowIndicatorSpacing = 10;

Contents | Index | Previous | Next