A template layer provides a "background" layout for a display. Similar to a GwxLayer object.

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

Syntax

C#
public sealed class GwxTemplateLayer : GwxLayer
Visual Basic
Public NotInheritable Class GwxTemplateLayer _
	Inherits GwxLayer
JScript
public final class GwxTemplateLayer extends GwxLayer

Remarks

Template layers are always positioned in the z-order as the bottom-most objects in a display.

Templates provide the basic structure and properties for display files. A template file can be modified and the changes propagated to displays that have that template file attached.

Inheritance Hierarchy

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

See Also