Skip to main content

ASPxGaugeControl.SaveStyleToStream(Stream) Method

Saves the ASPxGaugeControl’s current style to the specified stream.

Namespace: DevExpress.Web.ASPxGauges

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

NuGet Package: DevExpress.Web.Visualization

Declaration

public void SaveStyleToStream(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream descendant to which the style is written.

Remarks

Style settings, saved using the SaveStyleToStream method, can then be loaded using the ASPxGaugeControl.RestoreStyleFromStream method.

See Also