CardControl class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.CardControl
Modifiers: public
Summary¶
Inherited from the ButtonBase control which displays an additional control on the right side of the card.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class CardControl
class ButtonBase
ButtonBase <|-- CardControl
class IIconControl {
<>
}
IIconControl <|.. CardControl
Inherits from: ButtonBase
Implements: IIconControl
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| Header | Gets or sets header is the data used to for the header of each item in the control. |
| Icon | Gets or sets displayed [IconElement](# |
| CornerRadius | Gets or sets the corner radius of the control. |
Fields¶
| Name | Summary |
|---|---|
| static HeaderProperty | Property for [Header](# |
| static IconProperty | Property for [Icon](# |
| static CornerRadiusProperty | Property for [CornerRadius](# |
Methods¶
| Name | Summary |
|---|---|
| OnCreateAutomationPeer | Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF)... |