Intersoft ClientUI Documentation
RelativeSourceMode Property



Gets or sets the location of the binding source relative to the position of the binding target.
Syntax
Public Property RelativeSourceMode As RelativeSourceMode
Dim instance As RelativeBinding
Dim value As RelativeSourceMode
 
instance.RelativeSourceMode = value
 
value = instance.RelativeSourceMode
public RelativeSourceMode RelativeSourceMode {get; set;}
public:
property RelativeSourceMode RelativeSourceMode {
   RelativeSourceMode get();
   void set (    RelativeSourceMode value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RelativeBinding Class
RelativeBinding Members

Send Feedback