Table of Contents

Class CardExpander

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

Inherited from the Expander control which can hide the collapsible content.

public class CardExpander : Expander, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Inheritance
CardExpander
Implements
Inherited Members

Fields

ContentPaddingProperty

Identifies the ContentPadding dependency property.

public static readonly DependencyProperty ContentPaddingProperty

Field Value

DependencyProperty

CornerRadiusProperty

Identifies the CornerRadius dependency property.

public static readonly DependencyProperty CornerRadiusProperty

Field Value

DependencyProperty

IconProperty

Identifies the Icon dependency property.

public static readonly DependencyProperty IconProperty

Field Value

DependencyProperty

Properties

ContentPadding

Gets or sets content padding Property

[Bindable(true)]
public Thickness ContentPadding { get; set; }

Property Value

Thickness

CornerRadius

Gets or sets displayed IconElement.

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

Property Value

CornerRadius

Icon

Gets or sets displayed IconElement.

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

Property Value

IconElement