Show / Hide Table of Contents

Interface IHasContainer

An object which has a parent/container object.

Namespace: ZptSharp.Rendering
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IHasContainer

Methods

| Improve this Doc View Source

GetContainer()

Gets the parent/container object.

Declaration
object GetContainer()
Returns
Type Description
System.Object

The container.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX