C# Class Example_Ambilight_full.TakeAsIs.Helper.CheckboxEnumFlagHelper

Afficher le fichier Open project: DarthAffe/CUE.NET

Méthodes publiques

Свойство Type Description
FlagsProperty DependencyProperty
ValueProperty DependencyProperty

Méthodes publiques

Méthode Description
GetFlags ( DependencyObject element ) : Enum
GetValue ( DependencyObject element ) : Enum
SetFlags ( DependencyObject element, Enum value ) : void
SetValue ( DependencyObject element, Enum value ) : void

Private Methods

Méthode Description
FlagsChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void
UpdateSource ( object sender, RoutedEventArgs routedEventArgs ) : void
UpdateTarget ( CheckBox checkbox, Enum flags ) : void
ValueChanged ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void

Method Details

GetFlags() public static méthode

public static GetFlags ( DependencyObject element ) : Enum
element DependencyObject
Résultat Enum

GetValue() public static méthode

public static GetValue ( DependencyObject element ) : Enum
element DependencyObject
Résultat Enum

SetFlags() public static méthode

public static SetFlags ( DependencyObject element, Enum value ) : void
element DependencyObject
value Enum
Résultat void

SetValue() public static méthode

public static SetValue ( DependencyObject element, Enum value ) : void
element DependencyObject
value Enum
Résultat void

Property Details

FlagsProperty public_oe static_oe property

public static DependencyProperty FlagsProperty
Résultat DependencyProperty

ValueProperty public_oe static_oe property

public static DependencyProperty ValueProperty
Résultat DependencyProperty