Defines the type of hands (i.e., clock hands, compass needles, etc) in the gauge.
Namespace: FMX.RS.Impact.Instruments
Delphi
|
public
type
THand = (ghBig, ghLittle, ghThin);
|
|
Name
|
Description
|
|
ghBig
|
Represents constant ghBig.
|
|
ghLittle
|
Represents constant ghLittle.
|
|
ghThin
|
Represents constant ghThin.
|
Top
|