C# 클래스 Ext.Net.Layer

상속: Ext.Net.Element
파일 보기 프로젝트 열기: pgodwin/Ext.net

공개 메소드들

메소드 설명
SetZIndex ( int zindex ) : Layer

Sets the z-index of this layer and adjusts any shadow and shim z-indexes. The layer z-index is automatically incremented by two more than the value passed in so that it always shows above any shadow or shim (the shadow element, if any, will be assigned z-index + 1, and the shim element, if any, will be assigned the unmodified z-index).

비공개 메소드들

메소드 설명
Layer ( LayerConfig config ) : System.ComponentModel
Sync ( ) : Layer
Sync ( bool show ) : Layer

메소드 상세

SetZIndex() 공개 메소드

Sets the z-index of this layer and adjusts any shadow and shim z-indexes. The layer z-index is automatically incremented by two more than the value passed in so that it always shows above any shadow or shim (the shadow element, if any, will be assigned z-index + 1, and the shim element, if any, will be assigned the unmodified z-index).
public SetZIndex ( int zindex ) : Layer
zindex int The new z-index to set
리턴 Layer