Click or drag to resize

HostLayer Fields

The HostLayer type exposes the following members.

Fields
 NameDescription
Protected field_accumulatedEventData The accumulated event data.
(Inherited from SuspendableDocumentNodeWithSetOfEventArgs)
Protected field_cachedLayerNumber The number of this layer in the parent's layer collection.
Protected field_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).
Protected field_cachedLayerSize The absolute size of the layer in points (1/72 inch).
Protected field_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².
Protected field_childLayers The child layers of this layers (this is a partial view of the _graphObjects collection).
Protected field_graphObjects The graphics objects contained in this layer.
Protected field_location The location definition of this layer.
Protected field_parent The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Protected field_suspendTokensOfChildsStores the suspend tokens of the suspended childs of this object.
(Inherited from SuspendableDocumentNode)
Protected field_transformation Cached transformation from local to parent coordinates.
Protected fieldStatic member_xDefPositionLandscape Default relative X position for landscape layers.
Protected fieldStatic member_xDefPositionPortrait Default relative X position for portrait layers.
Protected fieldStatic member_xDefSizeLandscape Default relative width for landscape layers.
Protected fieldStatic member_xDefSizePortrait Default relative width for portrait layers.
Protected fieldStatic member_yDefPositionLandscape Default relative Y position for landscape layers.
Protected fieldStatic member_yDefPositionPortrait Default relative Y position for portrait layers.
Protected fieldStatic member_yDefSizeLandscape Default relative height for landscape layers.
Protected fieldStatic member_yDefSizePortrait Default relative height for portrait layers.
Public fieldStatic memberLayerPositionEditorMethod Gets or sets the double-click handler used to edit the layer position.
Top
See Also