Intersoft ClientUI Documentation
Child Property
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > ViewboxInternal Class : Child Property






Gets the single child content of the Viewbox.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property Child As UIElement
Visual Basic (Usage)Copy Code
Dim instance As ViewboxInternal
Dim value As UIElement
 
instance.Child = value
 
value = instance.Child
C# 
[CategoryAttribute("Common Properties")]
public UIElement Child {get; set;}
Delphi 
public read-write property Child: UIElement; 
JScript 
CategoryAttribute("Common Properties")
public function get,set Child : UIElement
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property UIElement* get_Child();
public: __property void set_Child( 
   UIElement* value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property UIElement^ Child {
   UIElement^ get();
   void set (    UIElement^ 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.