VantagePoint Manufacturing Controls Class Libary
IndustrialRepeatButton is a heavy duty enclosed button fires an event repeatedly when pressed.

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

Syntax

   
 C# 
public class IndustrialRepeatButton : CommonRepeatButtonBase

Members

            
 All Members  Constructors   Fields   Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
IndustrialRepeatButton()()()
IndustrialRepeatButton constructor
CornerRadius
Get or set the corner radius for the outside border of the button
(Inherited from CommonRepeatButtonBase.)
FocusBorderThickness
Get or set the thickness of the focus ring
(Inherited from CommonRepeatButtonBase.)
FocusBrush
Get or set the brush that appears on the outside of the button when hovering over the button
(Inherited from CommonRepeatButtonBase.)
GlareBrush
Get or set the glare effect over the button
(Inherited from CommonRepeatButtonBase.)
InnerBorderBrush
Get or set the brush that paints the inner border
(Inherited from CommonRepeatButtonBase.)
InnerBorderThickness
Get or set the thickness of the inside border
(Inherited from CommonRepeatButtonBase.)
InnerCornerRadius
Get or set the corner radius for the inner border of the button
(Inherited from CommonRepeatButtonBase.)
PowerOffBrush
Get or set the brush color when button is off
PowerOffBrushProperty
The background that appears when the button is off
PowerOnBrush
Get or set the background that appears when the button is pushed
PowerOnBrushProperty
The background that appears when the button is pushed
StrokeThickness
Get or set the stroke thickness
StrokeThicknessProperty
Thickness of the outer path expressed as a double

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..::.RepeatButton
                    VantagePoint.Common.BaseClasses..::.CommonRepeatButtonBase
                      VantagePoint.Buttons..::.IndustrialRepeatButton

See Also