C# Класс Ext.Net.Layer

Наследование: Ext.Net.Element
Показать файл Открыть проект

Открытые методы

Метод Описание
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