Adds structure to a document by subdividing the contents into distinct layers. Similar to a GwxGroup object.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class GwxLayer : GwxPanel
Visual Basic
Public Class GwxLayer _
	Inherits GwxPanel
JScript
public class GwxLayer extends GwxPanel

Remarks

Layers are always positioned in the z-order as the top-most objects in a display.

Though this class is not sealed, deriving from this class is not supported for customers.

Inheritance Hierarchy

System..::..Object
  FilteredCustomTypeDescriptorBase
    Ico.Gwx..::..GwxDependencyObject
      Ico.Gwx..::..GwxElement
        Ico.Gwx..::..GwxPanel
          Ico.Gwx..::..GwxLayer
            Ico.Gwx..::..GwxTemplateLayer

See Also