|
AbsoluteMatrix
|
Returns the combined transformation matrix for the control. This is the control's transformation matrix multiplied by all parent IRSGPControl control's transformation matrices. (Inherited from RSSVGControl.TRSSVGControl.)
|
|
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.
|
|
Angle
|
Sets the orientation of the compass (in degrees). Set the angle from 0 to 360 to indicate the direction.
Based on the RS.Impact.Compass.TRSCompass.Rotate property, the compass will move the needle, move the backface and numbers, or move the backface, numbers, and compass rose.
|
|
AutoSize
|
Represents property AutoSize.
|
|
BackfaceColor
|
Specifies the color of the inner face of the gauge. Use this property to change the backface.
|
|
BackfaceLinesFillColor
|
Specifies the fill color of the lines in the back of the compass. Use this property to change the backface lines fill color.
|
|
BackfaceLinesStrokeColor
|
Specifies the stroke color of the lines in the back of the compass. Use this property to change the backface lines stroke color.
|
|
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.
|
|
Constraints
|
Represents property Constraints.
|
|
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 RS.Impact.Instruments.TRSSVGCustomInstrument.)
|
|
DecorationPath
|
Represents property DecorationPath.
|
|
DecorationStrokeColor
|
Represents property DecorationStrokeColor.
|
|
Degrees
|
Returns the degrees part of the Angle
|
|
Design
|
Represents property Design.
|
|
DragCursor
|
Represents property DragCursor.
|
|
DragKind
|
Represents property DragKind.
|
|
DragMode
|
Represents property DragMode.
|
|
Enabled
|
Represents property Enabled.
|
|
EnableGradients
|
Represents property EnableGradients.
|
|
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
|
Defines the format of floating point numbers that are displayed in text elements within the gauge. Change this property to change how numbers are displayed (e.g., significant digits) (Inherited from RS.Impact.Instruments.TRSSVGCustomInstrument.)
|
|
FrameColor
|
Specifies the color of the outer frame of the gauge. Use this property to change the color of the frame
|
|
Height
|
Represents property Height. (Inherited from RS.Impact.Instruments.TRSSVGCustomInstrument.)
|
|
KnobFillColor
|
Specifies the fill 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 fill color of the knob
|
|
KnobStrokeColor
|
Specifies the stroke 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 stroke color of the knob
|
|
LabelsFillColor
|
Specifies the fill color of the labels for the cardinal directions (N, S, E, W) of the compass. Use this property to change the fill color of the labels.
|
|
LabelsStrokeColor
|
Specifies the stroke color of the labels for the cardinal directions (N, S, E, W) of the compass. Use this property to change the stroke color of the labels.
|
|
LightColor
|
Represents property LightColor.
|
|
MarkersFillColor
|
Specifies the fill color of the markers, or the tick marks, on the outer part of the face of the gauge. 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 gauge. Use this property to change the stroke color of the markers.
|
|
Matrix
|
Returns the transformation matrix of the control (Inherited from RSSVGControl.TRSSVGControl.)
|
|
Minutes
|
Returns the minutes part of the Angle
|
|
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 RSSVGControl.TRSSVGControl.)
|
|
NeedleHighColor
|
Specifies the color of the part of the compass needle that points north, which is usually red.
|
|
NeedleLowColor
|
Specifies the color of the part of the compass needle that points south.
|
|
NumbersFillColor
|
Specifies the fill color of the small numbers on the outer part of the compass. Use this property to change the fill color of the numbers.
|
|
NumbersStrokeColor
|
Specifies the stroke color of the small numbers on the outer part of the compass. Use this property to change the stroke color of the numbers.
|
|
OnChange
|
Represents property OnChange.
|
|
OnClick
|
Represents property OnClick.
|
|
OnContextPopup
|
Represents property OnContextPopup.
|
|
OnDblClick
|
Represents property OnDblClick.
|
|
OnDragDrop
|
Represents property OnDragDrop.
|
|
OnDragOver
|
Represents property OnDragOver.
|
|
OnDrawing
|
Represents property OnDrawing.
|
|
OnDrawn
|
Represents property OnDrawn.
|
|
OnEndDock
|
Represents property OnEndDock.
|
|
OnEndDrag
|
Represents property OnEndDrag.
|
|
OnGesture
|
Represents property OnGesture.
|
|
OnMouseActivate
|
Represents property OnMouseActivate.
|
|
OnMouseDown
|
Represents property OnMouseDown.
|
|
OnMouseEnter
|
Represents property OnMouseEnter.
|
|
OnMouseLeave
|
Represents property OnMouseLeave.
|
|
OnMouseMove
|
Represents property OnMouseMove.
|
|
OnMouseUp
|
Represents property OnMouseUp.
|
|
OnPaint
|
Represents property OnPaint.
|
|
OnPainting
|
Represents property OnPainting.
|
|
OnStartDock
|
Represents property OnStartDock.
|
|
OnStartDrag
|
Represents property OnStartDrag.
|
|
Opacity
|
Represents property Opacity.
|
|
ParentShowHint
|
Represents property ParentShowHint.
|
|
Parts
|
Specifies the visible parts of the gauge. Use the Parts property to configure which parts of the instrument that IMPACT should draw.
|
|
PopupMenu
|
Represents property PopupMenu.
|
|
Quality
|
Represents property Quality.
|
|
Rotate
|
The Rotate property controls what parts of the compass will move when the angle is set:
• move the needle • move the backface and numbers • move the backface, numbers, and compass rose. |
|
|
Seconds
|
Returns the seconds part of the Angle
|
|
ShadowColor
|
Returns the color to use for shadows in the instrument. This color is calculated from the RS.Impact.Instruments.TRSSVGCustomInstrument.LightColor property. (Inherited from RS.Impact.Instruments.TRSSVGCustomInstrument.)
|
|
ShowHint
|
Represents property ShowHint.
|
|
Stretch
|
Represents property Stretch.
|
|
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 RSSVGControl.TRSSVGControl.)
|
|
Touch
|
Represents property Touch.
|
|
Transform
|
Represents property Transform.
|
|
UpdateCount
|
Tracks the number of BeginUpdate calls with unmatching EndUpdate calls, i.e., if UpdateCount is greater than 0, the code is between BeginUpdate and EndUpdate and should not signal a change event. (Inherited from RS.Impact.Instruments.TRSSVGCustomInstrument.)
|
|
Visible
|
Represents property Visible.
|
|
Width
|
Represents property Width. (Inherited from RS.Impact.Instruments.TRSSVGCustomInstrument.)
|