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.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[DefaultValue(DashboardGaugeTheme.FlatLight)]
[SRCategory(ReportStringId.CatAppearance)]
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