Click or drag to resize

BinaryModificationSwitch Klasse

DependencyObject-Hilfsklasse für die DependencyProperty OrientationModification.
Vererbungshierarchie
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      Vishnu.WPF_UI.DependencyPropertiesBinaryModificationSwitch

Namensraum: Vishnu.WPF_UI.DependencyProperties
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
Syntax
[ContentPropertyAttribute("OrientationModification")]
[TypeConverterAttribute(typeof(OrientationSwitchTypeConverter))]
public class BinaryModificationSwitch : DependencyObject

Der BinaryModificationSwitch Typ exponiert die folgenden Member.

Konstruktoren
 NameBeschreibung
Public MethodeBinaryModificationSwitchInitializes a new instance of the BinaryModificationSwitch class
Zurück nach oben
Eigenschaften
 NameBeschreibung
Public EigenschaftOrientationModification Property für die OrientationModificationProperty.
Zurück nach oben
Felder
 NameBeschreibung
Public FeldStatic MemberOrientationModificationProperty HilfsProperty für die Parametrisierung des ValueConverters 'OrientationModifier': Unchanged=unverändert, Switched=umgedreht (Horizontal in => Vertical out und umgekehrt), Horizontal=immer horizontal, Vertical=immer vertikal.
Zurück nach oben
Anmerkungen
File: BinaryModificationSwitch Autor: Erik Nagel 07.10.2014 Erik Nagel: erstellt
Siehe auch