TTMSFNCWidgetGaugeNeedle Class
Defines the colors used to draw the main gauge needle.
API unit family: TMSFNCWidgetGauge
Inherits from: TPersistent
Syntax
TTMSFNCWidgetGaugeNeedle = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Color | Primary color used for the needle. |
| InnerCenterColor | Start color used for the inner center cap. |
| InnerCenterColorTo | End color used for the inner center cap. |
| OuterCenterColor | Start color used for the outer center cap. |
| OuterCenterColorTo | End color used for the outer center cap. |
| ShineColor | Start color used for the needle shine effect. |
| ShineColorTo | End color used for the needle shine effect. |
Events
| Name | Description |
|---|---|
| OnChanged | Event raised when a needle appearance value changes. |