C# Class OKHOSTING.UI.Net4.WPF.Controls.Layout.Stack

It represents a container where we can be stacked controls. Representa un contenedor donde podemos ir apilando controles.

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

Protected Properties

Property Type Description
_Children ControlList

Private Properties

Property Type Description

Public Methods

Method Description
IDisposable ( ) : void

The identifier dispose. El identificador Dispose.

Stack ( ) : System

Initializes a new instance of the Stack class. Inicializa una nueva instancia de la clase Stack.

Method Details

IDisposable() public method

The identifier dispose. El identificador Dispose.

public IDisposable ( ) : void
return void

Stack() public method

Initializes a new instance of the Stack class. Inicializa una nueva instancia de la clase Stack.

public Stack ( ) : System
return System

Property Details

_Children protected property

The children controls. Lista de los controles hijos del Stack.

protected ControlList _Children
return ControlList