VantagePoint WPF Controls v1.0 Class Library
PowerToggleButton is a button featuring the universal power symbol, but can toggle between two or three states.

Namespace:  VantagePoint.Buttons
Assembly:  VantagePoint (in VantagePoint.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  XAML 
[BrowsableAttribute(true)]
public class PowerToggleButton : CommonToggleButtonBase

Members

            
 All Members  Constructors   Fields   Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PowerToggleButton()()()
PowerToggleButton constructor
CornerRadius
Get or set the corner radius for the outside border of the button
(Inherited from CommonToggleButtonBase.)
FocusBorderThickness
Get or set the thickness of the focus ring
(Inherited from CommonToggleButtonBase.)
FocusBrush
Get or set the brush that appears on the outside of the button when hovering over the button
(Inherited from CommonToggleButtonBase.)
GlareBrush
Get or set the glare effect on the button
(Inherited from CommonToggleButtonBase.)
GlareOpacityMask
Get or set the glare effect
GlareOpacityMaskProperty
Glare effect on the button
InnerBorderBrush
Get or set the brush that paints the inner border
(Inherited from CommonToggleButtonBase.)
InnerBorderThickness
Get or set the thickness of the inner border
(Inherited from CommonToggleButtonBase.)
InnerCornerRadius
Get or set the corner radius for the inner border of the button
(Inherited from CommonToggleButtonBase.)
PowerOffBrush
Get or set the brush color when button is off
PowerOffBrushProperty
Color of power symbol when control is turned off
PowerOnBrush
Get or set the brush color when button is on
PowerOnBrushProperty
Color of power symbol when control is on
StrokeThickness
Get or set the thickness of the power on and off indicator
StrokeThicknessProperty
Thickness of the power indicator

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
                    VantagePoint.Common.BaseClasses..::.CommonToggleButtonBase
                      VantagePoint.Buttons..::.PowerToggleButton

See Also