C# 클래스 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.

상속: System.Windows.Controls.StackPanel, IStack
파일 보기 프로젝트 열기: okhosting/OKHOSTING.UI

보호된 프로퍼티들

프로퍼티 타입 설명
_Children ControlList

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

IDisposable() 공개 메소드

The identifier dispose. El identificador Dispose.

public IDisposable ( ) : void
리턴 void

Stack() 공개 메소드

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

public Stack ( ) : System
리턴 System

프로퍼티 상세

_Children 보호되어 있는 프로퍼티

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

protected ControlList _Children
리턴 ControlList