C# Class FirstFloor.ModernUI.Windows.Controls.Switch

Inheritance: ListSwitch
ファイルを表示 Open project: gro-ove/actools

Public Properties

Property Type Description
ValueProperty System.Windows.DependencyProperty
WhenProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetWhen ( DependencyObject obj ) : object
SetWhen ( DependencyObject obj, object value ) : void

Protected Methods

Method Description
GetChild ( ) : UIElement
TestChild ( UIElement child ) : bool

Method Details

GetChild() protected method

protected GetChild ( ) : UIElement
return System.Windows.UIElement

GetWhen() public static method

public static GetWhen ( DependencyObject obj ) : object
obj System.Windows.DependencyObject
return object

SetWhen() public static method

public static SetWhen ( DependencyObject obj, object value ) : void
obj System.Windows.DependencyObject
value object
return void

TestChild() protected method

protected TestChild ( UIElement child ) : bool
child System.Windows.UIElement
return bool

Property Details

ValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows ValueProperty
return System.Windows.DependencyProperty

WhenProperty public_oe static_oe property

public static DependencyProperty,System.Windows WhenProperty
return System.Windows.DependencyProperty