Represents a Panel object.

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

Syntax

C#
public class GwxPanel : GwxElement, IGwxElementContainer, 
	IGwxDependencyObjectContainer
Visual Basic
Public Class GwxPanel _
	Inherits GwxElement _
	Implements IGwxElementContainer, IGwxDependencyObjectContainer
JScript
public class GwxPanel extends GwxElement implements IGwxElementContainer, IGwxDependencyObjectContainer

Inheritance Hierarchy

System..::..Object
  FilteredCustomTypeDescriptorBase
    Ico.Gwx..::..GwxDependencyObject
      Ico.Gwx..::..GwxElement
        Ico.Gwx..::..GwxPanel
          Ico.Gwx..::..GwxAnnotationCanvas
          Ico.Gwx..::..GwxCanvas
          Ico.Gwx..::..GwxGridPanel
          Ico.Gwx..::..GwxGroup
          Ico.Gwx..::..GwxLayer
          Ico.Gwx..::..GwxSymbol

See Also