Class CardExpander
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
CornerRadiusProperty
Identifies the CornerRadius dependency property.
public static readonly DependencyProperty CornerRadiusProperty
Field Value
IconProperty
Identifies the Icon dependency property.
public static readonly DependencyProperty IconProperty
Field Value
Properties
ContentPadding
Gets or sets content padding Property
[Bindable(true)]
public Thickness ContentPadding { get; set; }
Property Value
CornerRadius
Gets or sets displayed IconElement.
[Bindable(true)]
public CornerRadius CornerRadius { get; set; }
Property Value
Icon
Gets or sets displayed IconElement.
[Bindable(true)]
public IconElement? Icon { get; set; }