VantagePoint Manufacturing Controls Class Libary
Assembly: VantagePoint (in VantagePoint)
Version: 1.0.0.0 (1.0.0.0)
CommonButton base class is the base class from which all buttons are derived.
Namespace: VantagePoint.Common.BaseClasses
Assembly: VantagePoint (in VantagePoint)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
public abstract class CommonButtonBase : Button
Members
| All Members | Constructors | Fields | Properties |
| Member | Description | |
|---|---|---|
| CommonButtonBase(String) |
CommonButtomBase constructor
| |
| CornerRadius |
Get or set the corner radius for the outside border of the button
| |
| CornerRadiusProperty |
The corner radius for the outside border of the button
| |
| FocusBorderThickness |
Get or set the thickness of the focus ring
| |
| FocusBorderThicknessProperty |
The thickness of the focus ring
| |
| FocusBrush |
Get or set the brush that appears on the outside of the button when hovering over the button
| |
| FocusBrushProperty |
The brush that appears on the outside of the button when hovering over the button
| |
| GlareBrush |
Get or set the glare over the entire button
| |
| GlareBrushProperty |
Puts a glare effect over the button
| |
| InnerBorderBrush |
Get or set the inner border color
| |
| InnerBorderBrushProperty |
The brush that paints the inner border
| |
| InnerBorderThickness |
Get or set the thickness of the inside border
| |
| InnerBorderThicknessProperty |
The thickness of the inside border
| |
| InnerCornerRadius |
Get or set the corner radius for the inner border of the button
| |
| InnerCornerRadiusProperty |
The corner radius for the inner border of the button
|
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..::.IndustrialPushButton
VantagePoint.Buttons..::.ArrowButton
VantagePoint.Buttons..::.GelButton
VantagePoint.Buttons..::.GenericButton
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..::.IndustrialPushButton
VantagePoint.Buttons..::.ArrowButton
VantagePoint.Buttons..::.GelButton
VantagePoint.Buttons..::.GenericButton
See Also
VantagePoint.Common.BaseClasses Namespace