Toggle Button whose ExpandDirection property and states are used to change the appearance of the expand button of the C1Expander.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)

Syntax

C#
public class C1ExpanderButton : ToggleButton
Visual Basic
Public Class C1ExpanderButton _
	Inherits ToggleButton

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls.Primitives..::..ButtonBase
                  System.Windows.Controls.Primitives..::..ToggleButton
                    C1.WPF.Extended..::..C1ExpanderButton

See Also