Click or drag to resize

BinaryModificationSwitch class

DependencyObject helper class for the DependencyProperty OrientationModification.
Inheritance hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      Vishnu.WPF_UI.DependencyPropertiesBinaryModificationSwitch

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

The BinaryModificationSwitch Type exposes the following members.

Constructors
 NameDescription of the
Public MethodBinaryModificationSwitchinitializes a new instance of the BinaryModificationSwitch class
Back to the top
Properties
 NameDescription of the
Public PropertyOrientationModification Property for the OrientationModificationProperty.
Back to the top
Fields
 NameDescription of the
Public FieldStatic MemberOrientationModificationProperty AuxiliaryProperty for the parameterisation of the ValueConverter 'OrientationModifier': Unchanged=unchanged, Switched=reversed (Horizontal in => Vertical out and vice versa), Horizontal=always horizontal, Vertical=always vertical.
Back to the top
Remarks
File: BinaryModificationSwitch Author: Erik Nagel 07.10.2014 Erik Nagel: created
See also