VantagePoint Manufacturing Controls Class Libary
Assembly: VantagePoint (in VantagePoint)
Version: 1.0.0.0 (1.0.0.0)
GelToggleButton is a button that can switch from either two or three states
while maintaining the look and feel of a gel like substance.
Namespace: VantagePoint.Buttons
Assembly: VantagePoint (in VantagePoint)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
public class GelToggleButton : CommonToggleButtonBase
Members
| All Members | Constructors | Properties |
| Member | Description | |
|---|---|---|
| GelToggleButton()()() |
GelToggleButton 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.) | |
| 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.) |
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..::.GelToggleButton
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..::.GelToggleButton
See Also
VantagePoint.Buttons Namespace