Vcl.Samples.Gauges.TGauge.Kind

From RAD Studio API Documentation
Jump to: navigation, search

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 TGauge (kind=gkHorizontalBar).png
Using a needle gkNeedle TGauge (kind=gkNeedle).png
As a pie gkPie TGauge (kind=gkPie).png
No graphics, just text gkText TGauge (kind=gkText).png
As a vertical bar gkVerticalBar TGauge (kind=gkVerticalBar).png