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

Hover Glow size

1 Answer 37 Views
Buttons
This is a migrated thread and some comments may be shown as answers.
Dr.YSG
Top achievements
Rank 2
Dr.YSG asked on 31 Dec 2009, 04:49 PM
I have a RadButton with an image inside of it. I want to make the hover glow a little wider and more noticable. I have tried playing with the margin, centering, etc.



I have not found the styling features for that.

        <telerik:RadButton
            x:Name="HoundButton"
            HorizontalAlignment="Center"
            VerticalAlignment="Center" Click="ShowPicker" Margin="4">
            <telerik:RadButton.Content>
                <Image Source="/Images/hound.jpg" HorizontalAlignment="Center" VerticalAlignment="Center"/>
            </telerik:RadButton.Content>
        </telerik:RadButton>



1 Answer, 1 is accepted

Sort by
0
Accepted
Ivan
Telerik team
answered on 05 Jan 2010, 06:49 PM
Hello Dr.YSG,

Thank you for contacting us.

You can achieve such an enlargement with the help of the Padding property:
 
<telerik:RadButton
        Padding="44"
        ...
 
Please preview the attached example and let us know if there are other questions.


Kind regards,
Ivan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Buttons
Asked by
Dr.YSG
Top achievements
Rank 2
Answers by
Ivan
Telerik team
Share this question
or