Skip to content

ThumbRate class

Attributes: [ToolboxItem(true)] [ToolboxBitmap]

Defined in

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

Summary

        Allows to rate positively or negatively by clicking on one of the thumbs.
        

Applies to

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

Class hierarchy
classDiagram
class ThumbRate
class Control
Control <|-- ThumbRate

Inherits from: Control

Constructors

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

Properties

NameSummary
StateGets or sets the value determining the current state of the control.
TemplateButtonCommandGets command triggered after clicking the button.
OnTemplateButtonClickCommandTriggered by clicking a button in the control template.

Fields

NameSummary
static StatePropertyProperty for [State](#
static StateChangedEventEvent property for [StateChanged](#
static TemplateButtonCommandPropertyProperty for [TemplateButtonCommand](#

Methods

NameSummary
OnTemplateButtonClickTriggered by clicking a button in the control template.
OnStateChangedThis virtual method is called when [State](# is changed.

Events

NameSummary
StateChangedOccurs when [State](# is changed.
Inherited members