CardColor class¶
Defined in
Namespace: CrissCross.Avalonia.UI.Controls
Assembly: CrissCross.Avalonia.UI.dll
Full name: CrissCross.Avalonia.UI.Controls.CardColor
Modifiers: public
Summary¶
Ala Pa**one color card.
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net471
Class hierarchy
classDiagram
class CardColor
class TemplatedControl
TemplatedControl <|-- CardColor
Inherits from: TemplatedControl
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 used to render the background of the card. |
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. |