TiPercentBar.BarWidth

TiPercentBar

Specifies the width of the percent indicator bar.

property BarWidth : Integer;

Description

Use BarWidth to get or set the width of the percent indicator bar. IndicatorWidth is in pixels.

Example

Delphi

iComponent.BarWidth := 30;

C++ Builder

iComponent->BarWidth = 30;

Contents | Index | Previous | Next