ImageGear for Silverlight
ImGearRelativeSourceMode Enumeration
See Also  Send Feedback
ImageGear20.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace : ImGearRelativeSourceMode Enumeration




Glossary Item Box

Describes the location of the binding source relative to the position of the binding target.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
FindAncestor1 Refers to the ancestor in the parent chain of the data-bound element. You can use this to bind to an ancestor of a specific type or its subclasses. This is the mode you use if you want to specify AncestorType.
ParentDataContext0 Refers to the next parent data context of the data-bound element. You can use this to bind to an data context up the chain.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Windows.Controls.ImGearRelativeSourceMode

See Also

©2013. Accusoft Corporation. All Rights Reserved.