TTMSFNCValueIndicatorOptions Class
Configures the marker drawn at the current value position on the arc.
API unit family: TMSFNCWidgetProgress
Inherits from: TPersistent
Syntax
TTMSFNCValueIndicatorOptions = class(TPersistent)
Properties
| Name |
Description |
| BitmapName |
Name of the bitmap used when Kind is piBitmap. |
| BitmapSize |
Override size for the bitmap indicator; zero uses the bitmap's natural size. |
| Fill |
Fill used when the indicator is drawn as a dot. |
| InnerDotFill |
Fill used for the optional inner dot. |
| InnerDotSize |
Optional inner-dot size used by set-point style indicators. |
| Kind |
Determines whether the indicator is hidden, drawn as a dot, or drawn as a bitmap. |
| Size |
Diameter, in pixels, used for the dot indicator. |
Methods
| Name |
Description |
| Draw |
Draws the indicator using the current Kind setting. |
| DrawAsBitmap |
Draws the value indicator as a bitmap from the bitmap container. |
| DrawAsDot |
Draws the value indicator as a filled dot. |
| GetIndicatorSize |
Returns the diameter reserved for the current indicator kind. |
Events
| Name |
Description |
| OnChange |
Occurs when an indicator option changes and the owner should repaint. |
Used by