C# 클래스 Flood.GUI.Controls.Layout.Positioner

Helper control that positions its children in a specific way.
상속: Control
파일 보기 프로젝트 열기: FloodProject/flood

공개 메소드들

메소드 설명
Positioner ( Control parent )

Initializes a new instance of the Positioner class.

보호된 메소드들

메소드 설명
PostLayout ( Skins skin ) : void

Function invoked after layout.

메소드 상세

Positioner() 공개 메소드

Initializes a new instance of the Positioner class.
public Positioner ( Control parent )
parent Control Parent control.

PostLayout() 보호된 메소드

Function invoked after layout.
protected PostLayout ( Skins skin ) : void
skin Skins Skin to use.
리턴 void