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

XRGauge.ViewTheme Property

Specifies the theme of a Gauge.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[SRCategory(ReportStringId.CatAppearance)]
[DefaultValue(DashboardGaugeTheme.FlatLight)]
public DashboardGaugeTheme ViewTheme { get; set; }

Property Value

Type Default Description
DevExpress.XtraGauges.Core.Customization.DashboardGaugeTheme FlatLight

A DevExpress.XtraGauges.Core.Customization.DashboardGaugeTheme enumeration value.

See Also