BaseGauge.ApplyStyles(StyleCollection) Method
In This Article
Applies the specified collection of styles to the current gauge.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.2.Core.dll
NuGet Package: DevExpress.Gauges.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
styles | DevExpress. |
A DevExpress. |
#Remarks
When the GaugeControlBase.AutoLayout property is set to true, the ApplyStyles and GaugeControlBase.LayoutPadding properties define how gauges are arranged within a gauge container.
See Also