Host |
The HostLayer type exposes the following members.
| Name | Description | |
|---|---|---|
| AccumulatedEventData |
Gets the accumulated event data.
(Inherited from SuspendableDocumentNodeWithSetOfEventArgs) | |
| Debug_AbsolutePath |
Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase) | |
| DefaultChildLayerPosition | Gets the default child layer position in points (1/72 inch). | |
| DefaultChildLayerRelativePosition | Gets the default relative position for a child layer. | |
| DefaultChildLayerRelativeSize | Gets the default relative size for a child layer. | |
| DefaultChildLayerSize | Gets the default child layer size in points (1/72 inch). | |
| GraphObjects | Gets the graphics objects contained in this layer. | |
| Grid | Gets the grid used to arrange child layers. | |
| IsDisposed |
Gets a value indicating whether this instance is disposed.
(Inherited from SuspendableDocumentNodeBase) | |
| IsDisposeInProgress |
Gets a value indicating whether for this instance dispose is in progress, or the instance is already disposed.
(Inherited from SuspendableDocumentNodeBase) | |
| IsResumeInProgress |
Gets a value indicating whether this instance is currently resuming the events.
(Inherited from SuspendableDocumentNode) | |
| IsSomeoneListeningToChanges |
Gets a value indicating whether someone is listening to changes. For this, either the ParentObject or the Changed event must be set.
(Inherited from SuspendableDocumentNodeBase) | |
| IsSuspended |
Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentNode) | |
| IsSuspendedOrResumeInProgress |
Gets a value indicating whether this instance is suspended or resume is currently in progress.
(Inherited from SuspendableDocumentNode) | |
| LayerNumber | Get the index of this layer in the parent's layer collection. | |
| Layers | Gets the child layers of this layer. | |
| Location | Gets or sets the item location of this layer. | |
| Name |
Gets the name of this document node. Null is returned if the name is not set or unknown.
The set accessor will for most nodes throw a InvalidOperationException, since the name can only be set on IProjectItems.
(Inherited from SuspendableDocumentNodeBase) | |
| Number | The layer number. | |
| ParentLayer | Gets or sets the parent layer. | |
| ParentLayerSize | The boundaries of the printable area of the page in points (1/72 inch). | |
| ParentObject |
Gets/sets the parent object this instance belongs to.
(Overrides SuspendableDocumentNodeBaseParentObject) | |
| Position | Gets or sets the layer position in parent coordinates. | |
| Rotation | Gets or sets the rotation of the layer. | |
| ScaleX | Gets or sets the x-scale of the layer. | |
| ScaleY | Gets or sets the y-scale of the layer. | |
| ShearX | Gets or sets the x-shear of the layer. | |
| SiblingLayers | Gets the sibling layers of this layer including this layer itself. | |
| Size | Gets or sets the layer size. |