Table of Contents

Class CardColor

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll

Ala Pa**one color card.

public class CardColor : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Inheritance
CardColor
Implements
Inherited Members

Fields

BrushProperty

Identifies the Brush dependency property.

public static readonly DependencyProperty BrushProperty

Field Value

DependencyProperty

CardBrushProperty

Identifies the CardBrush dependency property.

public static readonly DependencyProperty CardBrushProperty

Field Value

DependencyProperty

ColorProperty

Identifies the Color dependency property.

public static readonly DependencyProperty ColorProperty

Field Value

DependencyProperty

SubtitleFontSizeProperty

Identifies the SubtitleFontSize dependency property.

public static readonly DependencyProperty SubtitleFontSizeProperty

Field Value

DependencyProperty

SubtitleProperty

Identifies the Subtitle dependency property.

public static readonly DependencyProperty SubtitleProperty

Field Value

DependencyProperty

TitleProperty

Identifies the Title dependency property.

public static readonly DependencyProperty TitleProperty

Field Value

DependencyProperty

Properties

Brush

Gets or sets the displayed CardBrush.

public Brush Brush { get; set; }

Property Value

Brush

CardBrush

Gets the Brush displayed in CardColor.

public Brush CardBrush { get; }

Property Value

Brush

Color

Gets or sets the displayed CardBrush.

public Color Color { get; set; }

Property Value

Color

Subtitle

Gets or sets text displayed under main Title.

public string Subtitle { get; set; }

Property Value

string

SubtitleFontSize

Gets or sets the font size of Subtitle.

public double SubtitleFontSize { get; set; }

Property Value

double

Title

Gets or sets the main text displayed below the color.

public string Title { get; set; }

Property Value

string

Methods

OnBrushPropertyChanged()

Virtual method triggered when Brush is changed.

protected virtual void OnBrushPropertyChanged()

OnColorPropertyChanged()

Virtual method triggered when Color is changed.

protected virtual void OnColorPropertyChanged()

OnSubtitlePropertyChanged()

Virtual method triggered when Subtitle is changed.

protected virtual void OnSubtitlePropertyChanged()