Skip to main content
A newer version of this page is available. .

ASPxGaugeControl.SaveStyleToStream(Stream) Method

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

Namespace: DevExpress.Web.ASPxGauges

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

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