Having a problem where my marker is showing up behind the background on my gauge range. Here is my code.
<telerik:VerticalLinearScale IsInteractive="False" Max="100" Min="0" Foreground="Black" >
<telerik:GaugeRange Min="0" Max="80" Background="Green"></telerik:GaugeRange>
<telerik:GaugeRange Min="80" Max="100" Background="Red"></telerik:GaugeRange>
<telerik:LinearScaleMarker x:Name="indicator" telerik:LinearScale.RotateForVertical="True" telerik:ScaleObject.Location="OverCenter" Value="{Binding Path=myEngine.PercentLoaded}" />
</telerik:VerticalLinearScale>
Everything works fine, its just that the marker is behind the gauge range backgrounds.