Back to Devexpress

TargetElement Enum

corelibraries-devexpress-dot-xtragauges-dot-core-dot-base-c900df9e.md

latest2.2 KB
Original Source

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[Flags]
public enum TargetElement
vb
<Flags>
Public Enum TargetElement

Members

NameDescription
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.

|

The following properties accept/return TargetElement values:

Remarks

See the Color Schemes topic to learn more.

See Also

DevExpress.XtraGauges.Core.Base Namespace