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 | The graphics objects contained in this layer. | |
| _location | The location definition of this layer. | |
| _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 | Cached transformation from local to parent coordinates. | |
| _xDefPositionLandscape | Default relative X position for landscape layers. | |
| _xDefPositionPortrait | Default relative X position for portrait layers. | |
| _xDefSizeLandscape | Default relative width for landscape layers. | |
| _xDefSizePortrait | Default relative width for portrait layers. | |
| _yDefPositionLandscape | Default relative Y position for landscape layers. | |
| _yDefPositionPortrait | Default relative Y position for portrait layers. | |
| _yDefSizeLandscape | Default relative height for landscape layers. | |
| _yDefSizePortrait | Default relative height for portrait layers. | |
| LayerPositionEditorMethod | Gets or sets the double-click handler used to edit the layer position. |