Table of Contents

Class Card

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

Simple Card with content and Footer.

public class Card : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Inheritance
Card
Implements
Inherited Members

Fields

FooterProperty

Identifies the Footer dependency property.

public static readonly DependencyProperty FooterProperty

Field Value

DependencyProperty

HasFooterProperty

Identifies the HasFooter dependency property.

public static readonly DependencyProperty HasFooterProperty

Field Value

DependencyProperty

Properties

Gets or sets additional content displayed at the bottom.

public object? Footer { get; set; }

Property Value

object

HasFooter

Gets a value indicating whether the Card has a Footer.

public bool HasFooter { get; }

Property Value

bool