VantagePoint WPF Controls v1.0 Class Library
Assembly: VantagePoint (in VantagePoint.dll)
Version: 1.0.0.0 (1.0.0.0)
CommonRepeatButton base class is the base class from which all repeat buttons are derived.
Namespace:
VantagePoint.Common.BaseClassesAssembly: VantagePoint (in VantagePoint.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | XAML |
public abstract class CommonRepeatButtonBase : RepeatButton
Members
| All Members | Constructors | Fields | Properties |
| Member | Description | |
|---|---|---|
| CommonRepeatButtonBase(String) |
CommonRepeatButtonBase 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 effect over the button
| |
| GlareBrushProperty |
Sets a glare effect over the button
| |
| InnerBorderBrush |
Get or set the brush that paints the inner border
| |
| 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.Primitives..::.RepeatButton
VantagePoint.Common.BaseClasses..::.CommonRepeatButtonBase
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
See Also
VantagePoint.Common.BaseClasses Namespace