'DeclarationPublic ReadOnly Property Children As System.Windows.Controls.UIElementCollection
'UsageDim instance As HorizontalScrollbarsPresenter Dim value As System.Windows.Controls.UIElementCollection value = instance.Children
public System.Windows.Controls.UIElementCollection Children {get;}
public read-only property Children: System.Windows.Controls.UIElementCollection; 
            public function get Children : System.Windows.Controls.UIElementCollection
            public: __property System.Windows.Controls.UIElementCollection* get_Children();
            public: property System.Windows.Controls.UIElementCollection^ Children { System.Windows.Controls.UIElementCollection^ get(); }