|
Align
|
Represents property Align.
|
|
Anchors
|
Represents property Anchors.
|
|
ClipChildren
|
Represents property ClipChildren.
|
|
ClipParent
|
Represents property ClipParent.
|
|
Cursor
|
Represents property Cursor.
|
|
Decoration
|
Defines the shape to use as a decoration for the instrument. The decoration can be pre-defined paths or a custom path. Use DecorationFillColor and DecorationStrokeColor to customize the colors of the decoration.
|
|
DecorationFillColor
|
Specifies the fill color for the decoration
|
|
DecorationID
|
Specifies the ID of the element in the SVG that contains the Decoration for the instrument.
|
|
DecorationPath
|
Provides access to the path data for the decoration. If the Decoration element does not exist in the SVG, this property does nothing and returns nil.
Note
|
The path data should be in a rectangle from 0,0 to 100,100. Path points outside that range can look awkward in the instrument.
|
|
|
DecorationStrokeColor
|
Specifies the stroke or pen color of the decoration
|
|
Design
|
Use the Design property to quickly switch between detailed and simpler versions of the instrument. The simple option removes extra detail (such as bevels, glass look, shadows, bolts or screws, etc) in the gauge to provide a more basic and faster to draw version of the gauge.
The Design and EnableGradients properties are holistic-type properties which rapidly change the entire look of the instrument.
|
|
DragMode
|
Represents property DragMode.
|
|
Enabled
|
Represents property Enabled.
|
|
EnableDragHighlight
|
Represents property EnableDragHighlight.
|
|
EnableGradients
|
Use the EnableGradients property to remove gradients from the gauge and use solid colors instead. This option improves speed when drawing the component, and gives gauges a generally flatter look.
The Design and EnableGradients properties are holistic-type properties which rapidly change the entire look of the instrument.
|
|
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)
|
|
Height
|
Represents property Height.
|
|
HitTest
|
Represents property HitTest.
|
|
LightColor
|
Specifies the color of the light for the instrument. Change the light color to give the instrument a slight color cast.
Note
|
LightColor is not a true lighting property. The class does not calculate lighting but rather uses this color to change some elements of the instrument which have been pre-identified as being lit.
|
|
|
Locked
|
Represents property Locked.
|
|
Margins
|
Represents property Margins.
|
|
OnChange
|
Occurs when the instrument has been modified. Use the OnChange event to respond to changes. Note that BeginUpdate/EndUpdate can delay change events until the last matching EndUpdate method is called.
|
|
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.
|
|
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.
|
|
PopupMenu
|
Represents property PopupMenu.
|
|
Position
|
Represents property Position.
|
|
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.
|
|
TabOrder
|
Represents property TabOrder.
|
|
TouchTargetExpansion
|
Represents property TouchTargetExpansion.
|
|
Visible
|
Represents property Visible.
|
|
Width
|
Represents property Width.
|