TiPipe.FlowIndicatorUseTubeColor

TiPipe

Specifies whether the Indicator color uses the current Tube Color.

property FlowIndicatorUseTubeColor : Boolean;

Description

Use FlowIndicatorUseTubeColor to specify whether the Flow Indicator color is set to the same as the TubeColor property. The Tube Color represents the edges of the pipe gradient. This will always ensure that the Flow Indicators contrast with the gradient at the center of the tube where the Flow Indicators are located.

Example

Delphi

iComponent.FlowIndicatorUseTubeColor := True;

C++ Builder

iComponent->FlowIndicatorUseTubeColor = True;

Contents | Index | Previous | Next