GaugeControlBase.SaveStyleToStream(Stream) Method
Saves the Gauge control’s current style to the specified stream.
Namespace: DevExpress.XtraGauges.Win
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
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 GaugeControlBase.RestoreStyleFromStream method.
See Also