Navigation: Code Documentation > RSFMXImpact > FMX.RS.Impact.Instruments > Enumerations
TRSCustomCircularGauge.TMarker Enumeration
Defines marker shapes for the gauge, i.e., the tick marks on the outside of the gauge
Namespace: FMX.RS.Impact.Instruments
Delphi
public type TMarker = (gmCustom, gmLine, gmCircle, gmDiamond, gmInArrow, gmOutArrow, gmCWArrow, gmCCWArrow);
Name
Description
gmCCWArrow
Represents constant gmCCWArrow.
gmCircle
Represents constant gmCircle.
gmCustom
Represents constant gmCustom.
gmCWArrow
Represents constant gmCWArrow.
gmDiamond
Represents constant gmDiamond.
gmInArrow
Represents constant gmInArrow.
gmLine
Represents constant gmLine.
gmOutArrow
Represents constant gmOutArrow.
Top
•TRSCustomCircularGauge
•FMX.RS.Impact.Instruments