Skip to content

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

NameSummary
.ctor

Properties

NameSummary
HeaderGets or sets header is the data used to for the header of each item in the control.
IconGets or sets displayed [IconElement](#
CornerRadiusGets or sets the corner radius of the control.

Fields

NameSummary
static HeaderPropertyProperty for [Header](#
static IconPropertyProperty for [Icon](#
static CornerRadiusPropertyProperty for [CornerRadius](#

Methods

NameSummary
OnCreateAutomationPeerReturns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF)...
Inherited members