Class CardColor
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
CardBrushProperty
Identifies the CardBrush dependency property.
public static readonly DependencyProperty CardBrushProperty
Field Value
ColorProperty
Identifies the Color dependency property.
public static readonly DependencyProperty ColorProperty
Field Value
SubtitleFontSizeProperty
Identifies the SubtitleFontSize dependency property.
public static readonly DependencyProperty SubtitleFontSizeProperty
Field Value
SubtitleProperty
Identifies the Subtitle dependency property.
public static readonly DependencyProperty SubtitleProperty
Field Value
TitleProperty
Identifies the Title dependency property.
public static readonly DependencyProperty TitleProperty
Field Value
Properties
Brush
Gets or sets the displayed CardBrush.
public Brush Brush { get; set; }
Property Value
CardBrush
public Brush CardBrush { get; }
Property Value
Color
Gets or sets the displayed CardBrush.
public Color Color { get; set; }
Property Value
Subtitle
Gets or sets text displayed under main Title.
public string Subtitle { get; set; }
Property Value
SubtitleFontSize
Gets or sets the font size of Subtitle.
public double SubtitleFontSize { get; set; }
Property Value
Title
Gets or sets the main text displayed below the color.
public string Title { get; set; }
Property Value
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()