XRGauge.ViewTheme Property
Specifies the theme of a Gauge.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.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