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¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [ThumbRate](# class. |
Properties¶
| Name | Summary |
|---|---|
| State | Gets or sets the value determining the current state of the control. |
| TemplateButtonCommand | Gets command triggered after clicking the button. |
| OnTemplateButtonClickCommand | Triggered by clicking a button in the control template. |
Fields¶
| Name | Summary |
|---|---|
| static StateProperty | Property for [State](# |
| static StateChangedEvent | Event property for [StateChanged](# |
| static TemplateButtonCommandProperty | Property for [TemplateButtonCommand](# |
Methods¶
| Name | Summary |
|---|---|
| OnTemplateButtonClick | Triggered by clicking a button in the control template. |
| OnStateChanged | This virtual method is called when [State](# is changed. |
Events¶
| Name | Summary |
|---|---|
| StateChanged | Occurs when [State](# is changed. |