Table of Contents

Class CardAction

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

Inherited from the ButtonBase interactive card styled according to Fluent Design.

public class CardAction : ButtonBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICommandSource
Inheritance
CardAction
Implements
Inherited Members

Fields

IconProperty

Identifies the Icon dependency property.

public static readonly DependencyProperty IconProperty

Field Value

DependencyProperty

IsChevronVisibleProperty

Identifies the IsChevronVisible dependency property.

public static readonly DependencyProperty IsChevronVisibleProperty

Field Value

DependencyProperty

Properties

Icon

Gets or sets displayed IconElement.

[Bindable(true)]
public IconElement? Icon { get; set; }

Property Value

IconElement

IsChevronVisible

Gets or sets a value indicating whether to display the chevron icon on the right side of the card.

[Bindable(true)]
public bool IsChevronVisible { get; set; }

Property Value

bool