Base class that wraps Visual objects for configuration.

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

Syntax

C#
public class GwxElement : GwxDependencyObject
Visual Basic
Public Class GwxElement _
	Inherits GwxDependencyObject
JScript
public class GwxElement extends GwxDependencyObject

Remarks

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.Ewx..::..GwxSingleMapLayer
        Ico.Gwx..::..GwxAnnotationsContainer
        Ico.Gwx..::..GwxDecorator
        Ico.Gwx..::..GwxImage
        Ico.Gwx..::..GwxPanel
        Ico.Gwx..::..GwxRootElement
        Ico.Gwx..::..GwxShape
        Ico.Gwx..::..GwxSvgImage
        Ico.Gwx..::..GwxTextBase

See Also