Back to Devexpress

XRGauge.ViewStyle Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrgauge-fd774ea6.md

latest1.3 KB
Original Source

XRGauge.ViewStyle Property

Specifies the style of a Gauge.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(DashboardGaugeStyle.Half)]
[SRCategory(ReportStringId.CatAppearance)]
public DashboardGaugeStyle ViewStyle { get; set; }
vb
<SRCategory(ReportStringId.CatAppearance)>
<DefaultValue(DashboardGaugeStyle.Half)>
Public Property ViewStyle As DashboardGaugeStyle

Property Value

TypeDefaultDescription
DevExpress.XtraGauges.Core.Customization.DashboardGaugeStyleHalf

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

|

See Also

XRGauge Class

XRGauge Members

DevExpress.XtraReports.UI Namespace