Skip to main content

GaugeControlBase.RestoreStyleFromStream(Stream) Method

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

Namespace: DevExpress.XtraGauges.Win

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

NuGet Package: DevExpress.Win.Gauges

Declaration

public void RestoreStyleFromStream(
    Stream stream
)

Parameters

Name Type Description
stream Stream

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