TiAngularGauge.HubSize

TiAngularGauge See Also

Specifies the size of the Hub.

property HubSize : Integer;

Description

Use HubSize to set the size of the Hub. The HubSize value is in pixels.

Example

Delphi

iComponent.HubSize := 14;

C++ Builder

iComponent->HubSize = 14;

Contents | Index | Previous | Next