Skip to content

CommonRepeatButtonBase class

Defined in

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

Summary

        CommonRepeatButtonBase.
        

Applies to

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

Class hierarchy
classDiagram
class CommonRepeatButtonBase
class RepeatButton
RepeatButton <|-- CommonRepeatButtonBase

Inherits from: RepeatButton

Constructors

NameSummary
.ctorInitializes a new instance of the [CommonRepeatButtonBase](# 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.
OnMouseEnterReports when the mouse enters an element.
OnMouseLeaveReports 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