I am using RadialGauge from Telerik free controls for silverlight. I want to change the Radial Gauge outer circle background color. By default it is showing silvercolor.But i need to change it blue color.
Can you suggest a way to change that.
Thanks in Advance,
Kannan S
1 Answer, 1 is accepted
0
Accepted
Andrey
Telerik team
answered on 30 Nov 2011, 12:43 PM
Hi Kanna,
You can use the RadialGauge.OuterBackground and the RadialGauge.OuterBorderBrush properties to change the outer circle background color. The sample code is below.
<telerik:RadialGaugeWidth="300"Height="300"
OuterBackground="Blue"
OuterBorderBrush="Blue">
</telerik:RadialGauge>
Kind regards,
Andrey Murzov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>