Intersoft ClientUI Documentation
RelativeSource Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > RelativeBinding Class : RelativeSource Property






Syntax

Visual Basic (Declaration) 
Public Property RelativeSource As RelativeSource
Visual Basic (Usage)Copy Code
Dim instance As RelativeBinding
Dim value As RelativeSource
 
instance.RelativeSource = value
 
value = instance.RelativeSource
C# 
public RelativeSource RelativeSource {get; set;}
Delphi 
public read-write property RelativeSource: RelativeSource; 
JScript 
public function get,set RelativeSource : RelativeSource
Managed Extensions for C++ 
public: __property RelativeSource* get_RelativeSource();
public: __property void set_RelativeSource( 
   RelativeSource* value
);
C++/CLI 
public:
property RelativeSource^ RelativeSource {
   RelativeSource^ get();
   void set (    RelativeSource^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.