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 SourceGetContainer()
Gets the parent/container object.
Declaration
object GetContainer()
Returns
Type | Description |
---|---|
System.Object | The container. |