Vcl.Samples.Gauges.TGauge.Kind
Delphi
property Kind: TGaugeKind read FKind write SetGaugeKind default gkHorizontalBar;
C++
__property TGaugeKind Kind = {read=FKind, write=SetGaugeKind, default=1};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.Samples.Gauges.pas Vcl.Samples.Gauges.hpp |
Vcl.Samples.Gauges | TGauge |
Description
Represents the kind of the gauge.
A gauge can be displayed in several modes (the current display mode is determined by the gauge kind):
| Description | Constant | Image |
|---|---|---|
| As a horizontal bar | gkHorizontalBar | |
| Using a needle | gkNeedle |
|
| As a pie | gkPie |
|
| No graphics, just text | gkText |
|
| As a vertical bar | gkVerticalBar |


