Skip to content

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

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 used to render the background of the card.

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