Table of Contents

InfoCard 类

命名空间
ClassIsland.Core.Controls
程序集
ClassIsland.Core.dll

InfoCard.xaml 的交互逻辑

public class InfoCard : UserControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
继承
InfoCard
实现
继承成员

构造函数

InfoCard()

public InfoCard()

字段

ActionButtonProperty

public static readonly DependencyProperty ActionButtonProperty

字段值

DependencyProperty

ContentProperty

public static readonly DependencyProperty ContentProperty

字段值

DependencyProperty

HasCloseButtonProperty

public static readonly DependencyProperty HasCloseButtonProperty

字段值

DependencyProperty

IconKindProperty

public static readonly DependencyProperty IconKindProperty

字段值

DependencyProperty

TitleProperty

public static readonly DependencyProperty TitleProperty

字段值

DependencyProperty

属性

ActionButton

public Visual ActionButton { get; set; }

属性值

Visual

Content

public string Content { get; set; }

属性值

string

HasCloseButton

public bool HasCloseButton { get; set; }

属性值

bool

IconKind

public PackIconKind IconKind { get; set; }

属性值

PackIconKind

Title

public string Title { get; set; }

属性值

string

方法

InitializeComponent()

InitializeComponent

public void InitializeComponent()