Table of Contents

WizardOptionControl 类

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

WizardOptionControl.xaml 的交互逻辑

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

构造函数

WizardOptionControl()

public WizardOptionControl()

字段

InvokeCommandParameterProperty

public static readonly DependencyProperty InvokeCommandParameterProperty

字段值

DependencyProperty

InvokedCommandProperty

public static readonly DependencyProperty InvokedCommandProperty

字段值

DependencyProperty

IsSelectedProperty

public static readonly DependencyProperty IsSelectedProperty

字段值

DependencyProperty

OptionContentProperty

public static readonly DependencyProperty OptionContentProperty

字段值

DependencyProperty

OptionHeaderProperty

public static readonly DependencyProperty OptionHeaderProperty

字段值

DependencyProperty

属性

InvokeCommandParameter

public object InvokeCommandParameter { get; set; }

属性值

object

InvokedCommand

public ICommand InvokedCommand { get; set; }

属性值

ICommand

IsSelected

public bool IsSelected { get; set; }

属性值

bool

OptionContent

public string OptionContent { get; set; }

属性值

string

OptionHeader

public string OptionHeader { get; set; }

属性值

string

方法

InitializeComponent()

InitializeComponent

public void InitializeComponent()