Class CardAction
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
IsChevronVisibleProperty
Identifies the IsChevronVisible dependency property.
public static readonly DependencyProperty IsChevronVisibleProperty
Field Value
Properties
Icon
Gets or sets displayed IconElement.
[Bindable(true)]
public IconElement? Icon { get; set; }
Property Value
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
Methods
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
Returns
- AutomationPeer
The type-specific AutomationPeer implementation.