How can I help you?
Mirrored in .NET MAUI Linear Gauge (SfLinearGauge)
The IsMirrored property in SfLinearGauge mirrors all the Gauge elements in the SfLinearGauge. The following code sample demonstrates how to set the IsMirrored property.
<gauge:SfLinearGauge IsMirrored="True"/>SfLinearGauge gauge = new SfLinearGauge();
gauge.IsMirrored = true;
this.Content= gauge;Comparison for the mirrored and normal gauge
The following screenshot provides a comparison for the mirrored and normal Linear Gauge.