Back to Devexpress

GaugeControlBase.RestoreStyleFromStream(Stream) Method

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gaugecontrolbase-dot-restorestylefromstream-x28-system-dot-io-dot-stream-x29.md

latest1.6 KB
Original Source

GaugeControlBase.RestoreStyleFromStream(Stream) Method

Restores a style of gauges and their elements from the specified stream.

Namespace : DevExpress.XtraGauges.Win

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
public void RestoreStyleFromStream(
    Stream stream
)
vb
Public Sub RestoreStyleFromStream(
    stream As Stream
)

Parameters

NameTypeDescription
streamStream

A Stream object that stores the Gauge control’s style.

|

Remarks

To save the Gauge control’s style to a stream, use the GaugeControlBase.SaveStyleToStream method.

See Also

SaveStyleToStream(Stream)

GaugeControlBase Class

GaugeControlBase Members

DevExpress.XtraGauges.Win Namespace