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

How to get a round button that mimics the used Office2016Theme ?

2 Answers 229 Views
Buttons
This is a migrated thread and some comments may be shown as answers.
Barry
Top achievements
Rank 1
Barry asked on 04 Sep 2019, 09:08 PM

How to get a round button that mimics the used Office2016Theme ?

There's some buttons in our app we'd like to be the same as the round Office2016Theme'd buttons that appear in other controls such as the Expander (open/close).

See attached pic as an example.

2 Answers, 1 is accepted

Sort by
0
Barry
Top achievements
Rank 1
answered on 04 Sep 2019, 09:14 PM

https://www.telerik.com/forums/how-can-i-create-a-round-(as-circle)-radbutton

...this is very close, but there's no left or right indicators....just a round blank.

0
Accepted
Dimitar Dinev
Telerik team
answered on 05 Sep 2019, 11:25 AM
Hello Barry,

Thank you for the screenshot.

In order to set indicators, you can use the style that you found on the forum thread to get your button to be an ellipse and within the button to use a RadGlyph.
<telerik:RadButton Style="{StaticResource RadRoundButtonStyle}" Width="50" Height="50">
      <telerik:RadGlyph Glyph="" Foreground="Black" FontSize="45"/>
</telerik:RadButton>

For more information about RadGlyph, you can check the Glyphs Reference Sheet and RadGlyph articles.

Attached, you can find a sample project demonstrating this approach. Please, review it and let me know if it delivered the desired result.

Regards,
Dimitar Dinev
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Buttons
Asked by
Barry
Top achievements
Rank 1
Answers by
Barry
Top achievements
Rank 1
Dimitar Dinev
Telerik team
Share this question
or