ASPxGaugeControl.SaveStyleToStream(Stream) Method
Saves the ASPxGaugeControl’s current style to the specified stream.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.1.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
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