TiAngularGauge.HubColor

TiAngularGauge

Specifies the color of the hub.

property HubColor : TColor;

Description

Use HubColor to read or change the hub color.

Example

Delphi

iComponent.HubColor := clBlack;

C++ Builder

iComponent->HubColor = clBlack;

Contents | Index | Previous | Next