|
BackfaceColor
|
Specifies the color of the inner face of the gauge. Use this property to change the backface.
|
|
BigHandColor
|
Specifies the color of the big hand in the gauge. Change this property to change the color of the big hand/needle.
Note
|
With clocks, the big hand is the minute hand. With rotary dials and switches, the big hand is the switch. With compasses, the big hand is the needle. With an altimeter, the big hand specifies the 1000-ft increments.
|
|
|
BigHandID
|
Specifies the unique ID of the SVG element used for the big hand (minute hand on a clock or the switch on the rotary dial)
|
|
BoltColor
|
Specifies the color of the 4 bolts or screws on the outside of the frame of the gauge. Use this property to change the color of the bolts (but not the inner head)
|
|
Caption
|
Specifies the caption for the gauge. This is the large text label in the upper middle of the gauge.
|
|
CaptionFont
|
Specifies the font to use when drawing the Caption and DetailText of the gauge. The font specifies the font family, style, and size of the font to use for the Caption. The font specifies everything but the size of the font to use for the DetailText.
|
|
DecorationFillColor
|
Represents property DecorationFillColor.
|
|
DecorationStrokeColor
|
Represents property DecorationStrokeColor.
|
|
DefaultCaption
|
Specifies the default Caption property value for the gauge. If the Caption property does not equal this value, it will be stored when streaming out a form.
|
|
DefaultDetailText
|
Specifies the default DetailText property value for the gauge. If the DetailText property does not equal this value, it will be stored when streaming out a form.
|
|
DefaultHands
|
Specifies the default Hands property value for the gauge. If the Hands property does not equal this value, it will be stored when streaming out a form.
|
|
DefaultMax
|
Defines the Default Maximum value. When you set the FMX.RS.Impact.Instruments.TRSCustomCircularGauge.Max value at design-time, and the Max value does not equal this value, it will be stored in the form.
|
|
DefaultMin
|
Defines the Default Minimum value. When you set the FMX.RS.Impact.Instruments.TRSCustomCircularGauge.Min value at design-time, and the Min value does not equal this value, it will be stored in the form.
|
|
DefaultValue
|
Defines the Default Value. When you set the Value property at design-time, and the Value does not equal this default value, it will be stored in the form.
|
|
DetailText
|
Specifies the text to use for the detail text in the gauge. This is the small text in the lower middle of the gauge.
|
|
EnableActions
|
Controls whether the user can click on the gague to take some action
|
|
Font
|
Specifies the font to use when drawing the outer labels of the gauge. The colors of the labels is specified with the LabelsFillColor and LabelsStrokeColor properties.
|
|
FrameColor
|
Specifies the color of the outer frame of the gauge. Use this property to change the color of the frame
|
|
Hands
|
Specifies which hands or needles to display for the gauge.
The big hand is the minute hand in clocks, the needle in a compass, the speed in speedometers, and the 1000-foot increments in an altimeter. It is also the switch in the rotary dial.
The little hand is the hour hand in clocks and the 10000-foot increments in an altimeter.
The long, thin hand is the second hand in clocks and the 100-foot increments in an altimeter.
|
|
KnobColor
|
Specifies the color of the knob or cover in the exact middle of the gauge that covers the pivot points for the hands. Use this property to change the color of the knob
|
|
Labels
|
Provides the labels for the outside edge of the gauge. The Labels property is automatically filled by the object. However, override the Labels values to change the text for the outside labels.
Each line represents one labels. Extra lines are ignored. Any missing lines are treated as empty strings
|
|
LabelsFillColor
|
Specifies the fill color of the outer FMX.RS.Impact.Instruments.TRSCustomCircularGauge.Labels on the gauge. Use this property to change the fill color of the labels.
|
|
LabelsStrokeColor
|
Specifies the stroke, or pen, color of the outer FMX.RS.Impact.Instruments.TRSCustomCircularGauge.Labels on the gauge. Use this property to change the stroke color of the labels.
|
|
LittleHandColor
|
Specifies the color of the little hand in the gauge. Change this property to change the color of the little hand/needle.
Note
|
With clocks, the little hand is the hour hand. With an altimeter, the little hand specifies the 10000-ft increments.
|
|
|
MajorMarker
|
Defines the shape of the major markers. If the marker is gmCustom, the gauge will use whatever shape is in the MajorMarkerPath property.
|
|
MajorMarkerPath
|
Specifies the path or shape to use for the major marker, i.e., the tick marks on the outside of the gauge.
Note
|
The path data should be in a horizontal vector from 0,0 (representing the center of the gauge) to 50, 0 (the extreme outside of the markers' area). The class duplicates and rotates the path shape to create the markers in the gauge.
|
|
|
MajorMarkers
|
Specifies the number of major markers to draw on the outside of the gauge. The class duplicates and rotates the MajorMarkerPath to create the large markers on the outside of the gauge. The markers are drawn between the StartAngle and the StopAngle.
Note
|
One extra major marker is created if the StartAngle and StopAngle are not the same degree on the circle.
|
|
|
MajorMarkersColor
|
Specifies the color of the major markers, or the large tick marks, on the outer part of the face of the gauge. Use this property to change the fill color of the major markers.
|
|
Max
|
Defines the maximum range for the gauge.
Min and Max define the range for the gauge. The Value property will be constrained to be within this range. In addition, the Labels property will be filled with numeric values between Min and Max based on the FormatStr formatting.
|
|
Min
|
Defines the minimum range for the gauge.
Min and Max define the range for the gauge. The Value property will be constrained to be within this range. In addition, the Labels property will be filled with numeric values between Min and Max based on the FormatStr formatting.
|
|
MinorMarker
|
Defines the shape of the minor markers. If the marker is gmCustom, the gauge will use whatever shape is in the MinorMarkerPath property.
|
|
MinorMarkerPath
|
Specifies the path or shape to use for the minor marker, i.e., the tick marks on the outside of the gauge.
Note
|
The path data should be in a horizontal vector from 0,0 (representing the center of the gauge) to 50, 0 (the extreme outside of the markers' area). The class duplicates and rotates the path shape to create the markers in the gauge.
|
|
|
MinorMarkers
|
Specifies the number of minor markers to draw between the major markers on the outside of the gauge. The class duplicates and rotates the MinorMarkerPath to create the small markers on the outside of the gauge.
|
|
MinorMarkersColor
|
Specifies the color of the minor markers, or the small tick marks, on the outer part of the face of the gauge. Use this property to change the fill color of the minor markers.
|
|
Parts
|
Specifies the visible parts of the gauge. Use the Parts property to configure which parts of the instrument that IMPACT should draw.
|
|
StartAngle
|
Specifies the angle in degrees where the first major marker should be drawn.
The StartAngle and StopAngle properties specify the range on the gauge of where to draw major markers and labels.
Note
|
Note that if StartAngle and StopAngle are equal (mod 360), the gauge markers and labels go all the way around the circle of the gauge.
|
|
|
StopAngle
|
Specifies the angle in degrees where the last major marker should be drawn.
The StartAngle and StopAngle properties specify the range on the gauge of where to draw major markers and labels.
Note
|
Note that if StartAngle and StopAngle are equal (mod 360), the gauge markers and labels go all the way around the circle of the gauge.
|
|
|
ThinHandColor
|
Specifies the color of the long, thin hand in the gauge. Change this property to change the color of the thin hand/needle.
Note
|
With clocks, the long, thin hand is the second hand. With an altimeter, the thin hand specifies the 100-ft increments.
|
|
|
Time
|
Specifies the current time and/or date of the clock
|
|
Value
|
Specifies the current value of the gauge (e.g, the speed, altitude, etc)
|