Skip to main content
A newer version of this page is available. .

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.v19.2.Core.dll

Declaration

[Flags]
public enum TargetElement

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