Base class for Border objects.

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

Syntax

C#
public abstract class GwxBorderBase : GwxDecorator
Visual Basic
Public MustInherit Class GwxBorderBase _
	Inherits GwxDecorator
JScript
public abstract class GwxBorderBase extends GwxDecorator

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.Gwx..::..GwxDecorator
          Ico.Gwx..::..GwxBorderBase
            Ico.Gwx..::..GwxBorder
            Ico.Gwx..::..GwxClassicBorderDecorator

See Also