C# Class Ext.Net.Layer

Inheritance: Ext.Net.Element
Exibir arquivo Open project: pgodwin/Ext.net

Public Methods

Method Description
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).

Private Methods

Method Description
Layer ( LayerConfig config ) : System.ComponentModel
Sync ( ) : Layer
Sync ( bool show ) : Layer

Method Details

SetZIndex() public method

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
return Layer