Skip to content

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

NameSummary
.ctor

Properties

NameSummary
TitleGets or sets the main text displayed below the color.
SubtitleGets or sets text displayed under main [Title](#
SubtitleFontSizeGets or sets the font size of [Subtitle](#
ColorGets or sets the displayed [CardBrush](#
BrushGets or sets the displayed [CardBrush](#
CardBrushGets the Brush displayed in [CardColor](#

Fields

NameSummary
static TitlePropertyProperty for [Title](#
static SubtitlePropertyProperty for [Subtitle](#
static SubtitleFontSizePropertyProperty for [SubtitleFontSize](#
static ColorPropertyProperty for [Color](#
static BrushPropertyProperty for [Brush](#
static CardBrushPropertyProperty for [CardBrush](#

Methods

NameSummary
OnSubtitlePropertyChangedVirtual method triggered when [Subtitle](# is changed.
OnColorPropertyChangedVirtual method triggered when [Color](# is changed.
OnBrushPropertyChangedVirtual method triggered when [Brush](# is changed.
Inherited members