Skip to main content

ASPxGaugeControl.RestoreStyleFromStream(Stream) Method

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

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v23.2.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public void RestoreStyleFromStream(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream object that stores the ASPxGaugeControl’s style.

Remarks

To save the ASPxGaugeControl’s style to a stream, use the ASPxGaugeControl.SaveStyleToStream method.

See Also