public System.object DataContext {get; set;}
public read-write property DataContext: System.TObject;
public function get,set DataContext : System.Object
public: __property System.Object* get_DataContext(); public: __property void set_DataContext( System.Object* value );
public: property System.Object^ DataContext { System.Object^ get(); void set ( System.Object^ value); }
'Declaration
Public Property DataContext As System.Object
'Usage
Dim instance As HorizontalScrollbarsPresenter Dim value As System.Object instance.DataContext = value value = instance.DataContext