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

XRGauge.ViewStyle Property

Specifies the style of a Gauge.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

[DefaultValue(DashboardGaugeStyle.Half)]
[SRCategory(ReportStringId.CatAppearance)]
public DashboardGaugeStyle ViewStyle { get; set; }

Property Value

Type Default Description
DevExpress.XtraGauges.Core.Customization.DashboardGaugeStyle **Half**

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

See Also