Click or drag to resize

ItemLocationDirect Properties

The ItemLocationDirect type exposes the following members.

Properties
 NameDescription
Public propertyAbsolutePivotPosition 
Public propertyAbsolutePivotPositionX Gets or sets the absolute x position of the pivot point of the item.
Public propertyAbsolutePivotPositionY Gets or sets the absolute y position of the pivot point of the item.
Public propertyAbsolutePosition 
Public propertyAbsolutePositionX 
Public propertyAbsolutePositionY 
Public propertyAbsoluteSize 
Public propertyAbsoluteSizeX 
Public propertyAbsoluteSizeY 
Public propertyAbsoluteVectorPivotToLeftUpper Gets the absolute vector between the pivot point of the item and its left upper edge.
Protected propertyAccumulatedEventData Gets the accumulated event data.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT)
Protected propertyDebug_AbsolutePath Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsAutoSized Gets a value indicating whether the this location belongs to a graphical element which is auto sized.
Public propertyIsDisposed Gets a value indicating whether this instance is disposed.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsDisposeInProgress Gets a value indicating whether for this instance dispose is in progress, or the instance is already disposed.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsSomeoneListeningToChanges 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)
Public propertyIsSuspended Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentLeafNode)
Public propertyLocalAnchorX Gets or sets the local anchor's x position. This is an absolute value (in points = 1/72 inch) or a value relative to the own item width. The local anchor point is the point, for which the location can be set in the position/size dialog of the item. A relative value of 0 designates the left boundary of the item, a relative value of 0.5 designates the horizontal center of the item, and a relative value of 1 designates the right boundary of the item.
Public propertyLocalAnchorY Gets or sets the local anchor's y position. This is an absolute value (in points = 1/72 inch) or a value relative to the own item height. The local anchor point is the point, for which the location can be set in the position/size dialog of the item. A relative value of 0 designates the upper boundary of the item, a relative value of 0.5 designates the vertical center of the item, and a relative value of 1 designates the lower boundary of the item.
Public propertyName 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)
Public propertyParentAnchorX Gets or sets the parent anchor's x position. This is an absolute value (in points = 1/72 inch) or a value relative to the parent's width. The parent anchor point is the point inside the parent item, from which the location of the item is measured. Stricly speaking, the position of the item (as shown in the dialog) is the vector from the parent's anchor point to the local anchor point). A relative value of 0 designates the left boundary of the parent, a relative value of 0.5 designates the horizontal center of the parent, and a relative value of 1 designates the right boundary of the parent.
Public propertyParentAnchorY Gets or sets the parent anchor's y position. This is an absolute value (in points = 1/72 inch) or a value relative to the parent's height. The parent anchor point is the point inside the parent item, from which the location of the item is measured. Stricly speaking, the position of the item (as shown in the dialog) is the vector from the parent's anchor point to the local anchor point). A relative value of 0 designates the upper boundary of the parent, a relative value of 0.5 designates the vertical center of the parent, and a relative value of 1 designates the lower boundary of the parent.
Public propertyParentObject Gets/sets the parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Public propertyParentSize 
Public propertyPositionX The x position of the item, either absolute in points or relative to the parent's width.
Public propertyPositionY The y position of the item, either absolute or relative to the parent's height.
Public propertyRotationThe rotation angle (in degrees) of the layer.
Public propertyScaleThe scaling factor of the item, normally 1.
Public propertyScaleXThe scaling factor of the item in x-direction, normally 1.
Public propertyScaleYThe scaling factor of the item in y-direction, normally 1.
Public propertyShearXThe shear factor of the item.
Public propertySizeX The width of the item, either as absolute value in point (1/72 inch), or as value relative to the parent's width.
Public propertySizeY The height of the item, either as absolute value in point (1/72 inch), or as value relative to the parent's height.
Top
See Also