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

Can the BusyIndicator be borederless & transparent background?

2 Answers 441 Views
BusyIndicator
This is a migrated thread and some comments may be shown as answers.
Ben Hayat
Top achievements
Rank 2
Ben Hayat asked on 08 Jul 2010, 04:04 PM
Hi;

I'm not running the beta, so forgive me if the control does it already. But is it possible to have the control borderless and transparent background like the attached pic?
Here is the link to running app
http://silverlight.componentart.com/#SpinnerCoreFeatures
Thanks!
..Ben

2 Answers, 1 is accepted

Sort by
0
Accepted
Teodor
Telerik team
answered on 12 Jul 2010, 09:24 AM
Hello ..Ben,

Thank you for writing to us.

It is possible to make the RadBusyIndicator transparent, so that only the spinner is shown, if you use it in this way:

<telerik:RadBusyIndicator IsBusy="True" Background="Transparent" BorderThickness="0" BusyContent="" >
    <telerik:RadBusyIndicator.OverlayStyle>
        <Style TargetType="Rectangle">
            <Setter Property="Fill" Value="Transparent" />
        </Style>
    </telerik:RadBusyIndicator.OverlayStyle>
</telerik:RadBusyIndicator>

Hope this helps. Let us know in case you need further information.

Best wishes,
Teodor
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Ben Hayat
Top achievements
Rank 2
answered on 12 Jul 2010, 02:59 PM
Excellent! Thank you!
..Ben
Tags
BusyIndicator
Asked by
Ben Hayat
Top achievements
Rank 2
Answers by
Teodor
Telerik team
Ben Hayat
Top achievements
Rank 2
Share this question
or