Class Card
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
HasFooterProperty
Identifies the HasFooter dependency property.
public static readonly DependencyProperty HasFooterProperty
Field Value
Properties
Footer
Gets or sets additional content displayed at the bottom.
public object? Footer { get; set; }
Property Value
HasFooter
public bool HasFooter { get; }