A toggle button that is typically used to expand/contract an area of the UI.
Namespace: Metrolib.Controls
Assembly: Metrolib (in Metrolib.dll)
public class ExpanderToggleButton : System.Windows.Controls.Primitives.ToggleButton
Inheritance Object -> DispatcherObject -> DependencyObject -> Visual -> UIElement -> FrameworkElement -> Control -> ContentControl -> ButtonBase -> ToggleButton -> ExpanderToggleButton
<Metrolib:ExpanderToggleButton />
<Metrolib:ExpanderToggleButton IsChecked="True" />
<Metrolib:ExpanderToggleButton IsEnabled="False" />
<Metrolib:ExpanderToggleButton IsEnabled="False" />
IconHeight: System.Double
The height of the icon.
InvertedForeground: System.Windows.Media.Brush
The foreground color, used when IsInvertedProperty is set to true.
Orientation: System.Windows.Controls.Orientation
The orientation of the button, defaults to Horizontal.