VantagePoint Manufacturing Controls Class Libary
ArrowButton is a control that uses the button design with an arrow in the center.

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

Syntax

   
 C# 
public class ArrowButton : CommonButtonBase

Members

            
 All Members  Constructors   Fields   Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ArrowButton()()()
ArrowButton constructor
ArrowBackground
Get or set the background brush of the arrow
ArrowBackgroundProperty
The color of the arrow
ArrowBorderBrush
Get or set the border brush of the arrow
ArrowBorderBrushProperty
The arrow's border color
ArrowDesign
Get or set the arrow design
ArrowDesignProperty
Arrow design
ArrowDirection
Get or set the arrow direction
ArrowDirectionProperty
Arrow direction left, right, down or up
CornerRadius
Get or set the corner radius for the outside border of the button
(Inherited from CommonButtonBase.)
FocusBorderThickness
Get or set the thickness of the focus ring
(Inherited from CommonButtonBase.)
FocusBrush
Get or set the brush that appears on the outside of the button when hovering over the button
(Inherited from CommonButtonBase.)
GlareBrush
Get or set the glare over the entire button
(Inherited from CommonButtonBase.)
GlareOpacityMask
Get or set the glare opacity
GlareOpacityMaskProperty
The opacity of the glare effect
InnerBorderBrush
Get or set the inner border color
(Inherited from CommonButtonBase.)
InnerBorderThickness
Get or set the thickness of the inside border
(Inherited from CommonButtonBase.)
InnerCornerRadius
Get or set the corner radius for the inner border of the button
(Inherited from CommonButtonBase.)
PressedBrush
Get or set the pressed brush
PressedBrushProperty
Pressed button color
StrokeThickness
Get or set the stroke thickness
StrokeThicknessProperty
The thickness of The arrow's border

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..::.Button
                    VantagePoint.Common.BaseClasses..::.CommonButtonBase
                      VantagePoint.Buttons..::.ArrowButton

See Also