Host |
The HostLayer type exposes the following members.
| Name | Description | |
|---|---|---|
| _accumulatedEventData |
The accumulated event data.
(Inherited from SuspendableDocumentNodeWithSetOfEventArgs) | |
| _cachedLayerNumber | The number of this layer in the parent's layer collection. | |
| _cachedLayerPosition | The cached layer position in points (1/72 inch) relative to the upper left corner of the parent layer (upper left corner of the printable area). | |
| _cachedLayerSize | The absolute size of the layer in points (1/72 inch). | |
| _cachedParentLayerSize | The cached size of the parent layer. If this here is the root layer, and hence no parent layer exist, the cached size is set to 100 x 100 mm². | |
| _childLayers | The child layers of this layers (this is a partial view of the _graphObjects collection). | |
| _graphObjects | Stores the graphical objects contained in this layer. | |
| _location | Stores the location object controlling position, size, and transformation. | |
| _parent |
The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase) | |
| _suspendTokensOfChilds | Stores the suspend tokens of the suspended childs of this object. (Inherited from SuspendableDocumentNode) | |
| _transformation | Stores the local transformation from parent coordinates into this layer. | |
| _xDefPositionLandscape | Default relative x position for child layers. | |
| _xDefSizeLandscape | Default relative x size for child layers. | |
| _yDefPositionLandscape | Default relative y position for child layers. | |
| _yDefSizeLandscape | Default relative y size for child layers. | |
| _zDefPositionLandscape | Default relative z position for child layers. | |
| _zDefSizeLandscape | Default relative z size for child layers. | |
| LayerPositionEditorMethod | Gets or sets the editor method used to edit the layer position. |