TargetElement Enum
Provides members that specify which gauge elements should be painted using a custom color scheme.
Namespace: DevExpress.XtraGauges.Core.Base
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Members
Name | Description |
---|---|
Empty
|
The current color scheme will not be applied. |
RangeBar
|
The current color scheme will be applied to all range bar elements in the target gauge. |
ImageIndicator
|
The current color scheme will be applied to all image indicator elements in the target gauge. |
Label
|
The current color scheme will be applied to all labels in the target gauge. |
Related API Members
The following properties accept/return TargetElement values:
Remarks
See the Color Schemes topic to learn more.
See Also