C# Class OKHOSTING.UI.UWP.Controls.Layout.Stack

Inheritance: Windows.UI.Xaml.Controls.StackPanel, IStack
Show file Open project: okhosting/OKHOSTING.UI

Protected Properties

Property Type Description
_Children ControlList

Private Properties

Property Type Description
IDisposable void

Public Methods

Method Description
Stack ( ) : System

Private Methods

Method Description
IDisposable ( ) : void

Method Details

Stack() public method

public Stack ( ) : System
return System

Property Details

_Children protected property

protected ControlList _Children
return ControlList