|
ActiveSVGElement
|
Specifies the dynamic element in the SVG, the part that will be changing often. The ActiveSVGElement is not buffered when painting as it is assumed it will be changing. Set the ActiveSVGElement to tell the control which element or group of elements need to be redrawn every paint event.
The non-active svg elements are rendered either to the Background or Foreground Buffer.
Note
|
It is recommended that the active portion of the SVG not be too drawing intensive as it will slow painting.
|
|
|
Align
|
Represents property Align.
|
|
Anchors
|
Represents property Anchors.
|
|
BackfaceColor
|
Specifies the color of the inner face of the speedometer. Use this property to change the backface.
|
|
Background
|
Contains the static background of the SVG compared to the ActiveSVGElement, i.e. the SVG elements that are rendered behind the ActiveSVGElement. The Background and Foreground are painted once from the SVG. When elements in the ActiveSVGElement group change, the Background and Foreground are not rendered again, significantly speeding up painting of the entire SVG.
Note
|
It is not recommended to change SVG elements in the background too often as it requires a complete rerendering of the background.
|
|
|
Buffered
|
Represents property Buffered.
|
|
ClipChildren
|
Represents property ClipChildren.
|
|
ClipParent
|
Represents property ClipParent.
|
|
Cursor
|
Represents property Cursor.
|
|
Decoration
|
Represents property Decoration.
|
|
DecorationFillColor
|
Represents property DecorationFillColor.
|
|
DecorationID
|
Specifies the ID of the element in the SVG that contains the Decoration for the instrument. (Inherited from FMX.RS.Impact.Instruments.TRSSVGCustomInstrument.)
|
|
DecorationPath
|
Represents property DecorationPath.
|
|
DecorationStrokeColor
|
Represents property DecorationStrokeColor.
|
|
DefaultMax
|
Defines the Default Maximum value. When you set the FMX.RS.Impact.Speedometers.TRSSpeedometer.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.Speedometers.TRSSpeedometer.Min value at design-time, and the Min value does not equal this value, it will be stored in the form.
|
|
Design
|
Represents property Design.
|
|
DragMode
|
Represents property DragMode.
|
|
Enabled
|
Represents property Enabled.
|
|
EnableDragHighlight
|
Represents property EnableDragHighlight.
|
|
EnableGradients
|
Represents property EnableGradients.
|
|
Font
|
Specifies the font to use when drawing the numeric speed labels of the gauge. The colors of the labels is specified with the LabelsFillColor and LabelsStrokeColor properties.
|
|
Foreground
|
Contains the static foreground of the SVG compared to the ActiveSVGElement, i.e. the SVG elements that are rendered in front of the ActiveSVGElement. The Background and Foreground are painted once from the SVG. When elements in the ActiveSVGElement group change, the Background and Foreground are not rendered again, significantly speeding up painting of the entire SVG.
Note
|
It is not recommended to change SVG elements in the background too often as it requires a complete rerendering of the background.
|
|
|
FormatStr
|
Represents property FormatStr.
|
|
FrameColor
|
Specifies the color of the outer frame of the speedometer. Use this property to change the color of the frame
|
|
Height
|
Represents property Height.
|
|
HitTest
|
Represents property HitTest.
|
|
KnobFillColor
|
Specifies the fill color of the knob or cover in the exact middle of the speedometer that covers the pivot point for the needle. Use this property to change the fill color of the knob
|
|
KnobStrokeColor
|
Specifies the stroke color of the knob or cover in the exact middle of the speedometer that covers the pivot point for the needle. Use this property to change the stroke color of the knob
|
|
LabelsFillColor
|
Specifies the fill color of the numeric speed labels on the gauge. Use this property to change the fill color of the labels.
|
|
LabelsStrokeColor
|
Specifies the stroke color of the numeric speed labels on the gauge. Use this property to change the stroke color of the labels.
|
|
LightColor
|
Represents property LightColor.
|
|
Locked
|
Represents property Locked.
|
|
Margins
|
Represents property Margins.
|
|
MarkersFillColor
|
Specifies the fill color of the markers, or the tick marks, on the outer part of the face of the speedometer. Use this property to change the fill color of the markers.
|
|
MarkersStrokeColor
|
Specifies the stroke color of the markers, or the tick marks, on the outer part of the face of the speedometer. Use this property to change the stroke color of the markers.
|
|
Max
|
Defines the maximum range for the speedometer.
Min and Max define the range for the gauge's labels. The labels in the speedometer will be filled with numeric values between Min and Max based on the FormatStr formatting. The MinSpeed and MaxSpeed constrain the actual range of the speedometer. The Value property will be constrained to be within this range.
|
|
MaxSpeed
|
Returns the absolute fastest speed that can be displayed in the speedometer. This is faster than the Max property which specifies the highest numeric speed number to use for labels.
|
|
Min
|
Defines the minimum range for the speedometer.
Min and Max define the range for the gauge's labels. The labels in the speedometer will be filled with numeric values between Min and Max based on the FormatStr formatting. The MinSpeed and MaxSpeed constrain the actual range of the speedometer. The Value property will be constrained to be within this range.
|
|
MinSpeed
|
Returns the absolute slowest speed that can be displayed in the speedometer. This is slower than the Min property which specifies the lowest numeric speed number to use for labels.
|
|
NeedBuffers
|
Controls whether the Background and Foreground need to be rendered again in the Buffered paint process. Set the NeedBuffers property to True to force the buffers to be redrawn at the next paint event. (Inherited from FMX.RS.SVGControl.TRSSVGControl.)
|
|
NeedleFillColor
|
Specifies the fill color of the needle for the speedometer. Use this property to change the fill color of the needle
|
|
NeedleStrokeColor
|
Specifies the stroke color of the needle for the speedometer. Use this property to change the stroke color of the needle
|
|
OnChange
|
Represents property OnChange.
|
|
OnClick
|
Represents property OnClick.
|
|
OnDblClick
|
Represents property OnDblClick.
|
|
OnDragDrop
|
Represents property OnDragDrop.
|
|
OnDragEnd
|
Represents property OnDragEnd.
|
|
OnDragEnter
|
Represents property OnDragEnter.
|
|
OnDragLeave
|
Represents property OnDragLeave.
|
|
OnDragOver
|
Represents property OnDragOver.
|
|
OnDrawing
|
Represents property OnDrawing.
|
|
OnDrawn
|
Represents property OnDrawn.
|
|
OnMouseDown
|
Represents property OnMouseDown.
|
|
OnMouseEnter
|
Represents property OnMouseEnter.
|
|
OnMouseLeave
|
Represents property OnMouseLeave.
|
|
OnMouseMove
|
Represents property OnMouseMove.
|
|
OnMouseUp
|
Represents property OnMouseUp.
|
|
OnMouseWheel
|
Represents property OnMouseWheel.
|
|
OnPaint
|
Represents property OnPaint.
|
|
OnPainting
|
Represents property OnPainting.
|
|
OnResize
|
Represents property OnResize.
|
|
Opacity
|
Represents property Opacity.
|
|
Padding
|
Represents property Padding.
|
|
Parts
|
Specifies the visible parts of the speedometer. Use the Parts property to configure which parts of the instrument that IMPACT should draw.
|
|
PopupMenu
|
Represents property PopupMenu.
|
|
Position
|
Represents property Position.
|
|
Quality
|
Represents property Quality.
|
|
RotationAngle
|
Represents property RotationAngle.
|
|
RotationCenter
|
Represents property RotationCenter.
|
|
Scale
|
Represents property Scale.
|
|
ShadowColor
|
Returns the color to use for shadows in the instrument. This color is calculated from the FMX.RS.Impact.Instruments.TRSSVGCustomInstrument.LightColor property. (Inherited from FMX.RS.Impact.Instruments.TRSSVGCustomInstrument.)
|
|
Stretch
|
Defines if the control draws the SVG stretched to the complete bounds of the control (True) or draws the SVG to the maximum dimensions while respecting the aspect ratio of the SVG (False). (Inherited from FMX.RS.SVGControl.TRSSVGControl.)
|
|
SVG
|
Contains the SVG that paints the appearance of the control. The control changes the SVG elements based on requirements of the control. For example, a descendant control could change a specific element's fill and stroke based on a Color property change. (Inherited from FMX.RS.SVGControl.TRSSVGControl.)
|
|
TabOrder
|
Represents property TabOrder.
|
|
TouchTargetExpansion
|
Represents property TouchTargetExpansion.
|
|
Value
|
Specifies the current speed. The speed will be constrained between MinSpeed and MaxSpeed.
|
|
Visible
|
Represents property Visible.
|
|
Width
|
Represents property Width.
|