Skip to content

CommonToggleButtonBase class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.CommonToggleButtonBase Modifiers: public abstract

Summary

        CommonToggleButtonBase.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class CommonToggleButtonBase
class ToggleButton
ToggleButton <|-- CommonToggleButtonBase

Inherits from: ToggleButton

Constructors

NameSummary
.ctorInitializes a new instance of the [CommonToggleButtonBase](# class.

Properties

NameSummary
CornerRadius1Gets or sets the corner radius1.
CornerRadius2Gets or sets the corner radius2.
FocusBorderThicknessGets or sets the focus border thickness.
FocusBrushGets or sets the focus brush.
GlareBrushGets or sets the glare brush.
MinorBorderBrush1Gets or sets the minor border brush1.
MinorBorderThickness1Gets or sets the minor border thickness1.

Fields

NameSummary
static CornerRadius1PropertyThe corner radius1 property.
static CornerRadius2PropertyThe corner radius2 property.
static FocusBorderThicknessPropertyThe focus border thickness property.
static FocusBrushPropertyThe focus brush property.
static GlareBrushPropertyThe glare brush property.
static MinorBorderBrush1PropertyThe minor border brush1 property.
static MinorBorderThickness1PropertyThe minor border thickness1 property.

Methods

NameSummary
static ControlStyleControls the style.
OnLostFocusRaises the LostFocus routed event by using the event data that is provided.
OnMouseEnterProvides class handling for the ClickMode routed event that occurs when the mouse enters this control.
OnMouseLeaveProvides class handling for the MouseLeave routed event that occurs when the mouse leaves an element.
ShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property.

Derived types

Inherited members

See also