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
字段值
ContentProperty
public static readonly DependencyProperty ContentProperty
字段值
HasCloseButtonProperty
public static readonly DependencyProperty HasCloseButtonProperty
字段值
IconKindProperty
public static readonly DependencyProperty IconKindProperty
字段值
TitleProperty
public static readonly DependencyProperty TitleProperty
字段值
属性
ActionButton
public Visual ActionButton { get; set; }
属性值
Content
public string Content { get; set; }
属性值
HasCloseButton
public bool HasCloseButton { get; set; }
属性值
IconKind
public PackIconKind IconKind { get; set; }
属性值
- PackIconKind
Title
public string Title { get; set; }
属性值
方法
InitializeComponent()
InitializeComponent
public void InitializeComponent()