Table of Contents
RepeatButton

EO.Wpf RepeatButton offers the same functionalities as WPF standard RepeatButton control, but also offers the ability to switch skins/themes programmatically. the following code switches the RepeatButton to classic skin:

XAML
<!--A RepeatButton that uses the "Classic" skin. Note this does
not affect any other controls -->
<eo:RepeatButton eo:ThemeManager.SkinName="Classic">Hello</eo:RepeatButton>

See here for more information on how to use skin and theme features.