This is a migrated thread and some comments may be shown as answers.

Need to change the background color of RadialGauge Outer circle

1 Answer 111 Views
Gauge
This is a migrated thread and some comments may be shown as answers.
kanna
Top achievements
Rank 1
kanna asked on 28 Nov 2011, 05:08 AM
Hi,

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

Sort by
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:RadialGauge Width="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 >>

Tags
Gauge
Asked by
kanna
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or