CardColor class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.CardColor
Modifiers: public
Summary¶
Ala Pa**one color card.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class CardColor
class Control
Control <|-- CardColor
Inherits from: Control
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| Title | Gets or sets the main text displayed below the color. |
| Subtitle | Gets or sets text displayed under main [Title](# |
| SubtitleFontSize | Gets or sets the font size of [Subtitle](# |
| Color | Gets or sets the displayed [CardBrush](# |
| Brush | Gets or sets the displayed [CardBrush](# |
| CardBrush | Gets the Brush displayed in [CardColor](# |
Fields¶
| Name | Summary |
|---|---|
| static TitleProperty | Property for [Title](# |
| static SubtitleProperty | Property for [Subtitle](# |
| static SubtitleFontSizeProperty | Property for [SubtitleFontSize](# |
| static ColorProperty | Property for [Color](# |
| static BrushProperty | Property for [Brush](# |
| static CardBrushProperty | Property for [CardBrush](# |
Methods¶
| Name | Summary |
|---|---|
| OnSubtitlePropertyChanged | Virtual method triggered when [Subtitle](# is changed. |
| OnColorPropertyChanged | Virtual method triggered when [Color](# is changed. |
| OnBrushPropertyChanged | Virtual method triggered when [Brush](# is changed. |