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

button styling

4 Answers 66 Views
SideDrawer
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Priom
Top achievements
Rank 1
Priom asked on 25 May 2015, 03:00 PM
How can I override the style and position of button?

4 Answers, 1 is accepted

Sort by
0
Ivaylo Gergov
Telerik team
answered on 28 May 2015, 09:34 AM
Hi,

You can change the style of the drawer button through the DrawerButtonStyle property. Also, to change its position you can use the DrawerButtonHorizontalAlignment and DrawerButtonVerticalAlignment properties.

Regards,
Ivaylo Gergov
Telerik
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 Feedback Portal and vote to affect the priority of the items
0
Priom
Top achievements
Rank 1
answered on 04 Jun 2015, 12:36 PM
I want to increase the width of three lines of side drawer button.
0
Accepted
Ivaylo Gergov
Telerik team
answered on 09 Jun 2015, 08:49 AM
Hello,

The three lines in the DrawerButton are represented by a symbol so to change its size you should change the button's fontsize. For example: 
<telerik:RadSideDrawer.DrawerButtonStyle>
    <Style TargetType="Button">
        <Setter Property="FontSize" Value="30" />
    </Style>
</telerik:RadSideDrawer.DrawerButtonStyle>

Please, let me know should you have any other questions.

Regards,
Ivaylo Gergov
Telerik
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 Feedback Portal and vote to affect the priority of the items
0
Priom
Top achievements
Rank 1
answered on 15 Jun 2015, 04:04 PM
Got it :D. Thanks
Tags
SideDrawer
Asked by
Priom
Top achievements
Rank 1
Answers by
Ivaylo Gergov
Telerik team
Priom
Top achievements
Rank 1
Share this question
or