Back to Devexpress

GaugeControlBase.ShouldSerializeGraphicsProperties() Method

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gaugecontrolbase-26a3e3be.md

latest1.5 KB
Original Source

GaugeControlBase.ShouldSerializeGraphicsProperties() Method

Indicates whether or not the effective value of the GaugeControlBase.GraphicsProperties property should be serialized during serialization of a GaugeControlBase object

Namespace : DevExpress.XtraGauges.Win

Assembly : DevExpress.XtraGauges.v25.2.Win.dll

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
public bool ShouldSerializeGraphicsProperties()
vb
Public Function ShouldSerializeGraphicsProperties As Boolean

Returns

TypeDescription
Boolean

This method returns false to avoid serialization of the GaugeControlBase.GraphicsProperties property.

|

See Also

GaugeControlBase Class

GaugeControlBase Members

DevExpress.XtraGauges.Win Namespace