A newer version of this page is available.
Switch to the current version.
ColorScheme.TargetElements Property
Gets or sets which gauge elements this ColorScheme affects.
Namespace: DevExpress.XtraGauges.Core.Base
Assembly: DevExpress.XtraGauges.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
[DefaultValue(TargetElement.Empty)]
public TargetElement TargetElements { get; set; }
<XtraSerializableProperty>
<DefaultValue(TargetElement.Empty)>
Public Property TargetElements As TargetElement
Property Value
Type | Default | Description |
---|---|---|
TargetElement | Empty |
A TargetElement enumerator value that specifies which gauge elements this ColorScheme affects. |
Remarks
Gauge elements specified by this property will be painted using a color stored in the ColorScheme.Color property. See the Color Schemes article for more info.
See Also
Feedback