Item |
The ItemLocationDirect type exposes the following members.
Name | Description | |
---|---|---|
AbsolutePivotPosition | ||
AbsolutePivotPositionX | Gets or sets the absolute x position of the pivot point of the item. | |
AbsolutePivotPositionY | Gets or sets the absolute y position of the pivot point of the item. | |
AbsolutePosition | ||
AbsolutePositionX | ||
AbsolutePositionY | ||
AbsoluteSize | ||
AbsoluteSizeX | ||
AbsoluteSizeY | ||
AbsoluteVectorPivotToLeftUpper | Gets the absolute vector between the pivot point of the item and its left upper edge. | |
AccumulatedEventData |
Gets the accumulated event data.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT) | |
Debug_AbsolutePath |
Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase) | |
IsAutoSized | Gets a value indicating whether the this location belongs to a graphical element which is auto sized. | |
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) | |
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 SuspendableDocumentLeafNode) | |
LocalAnchorX | 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. | |
LocalAnchorY | 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. | |
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) | |
ParentAnchorX | 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. | |
ParentAnchorY | 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. | |
ParentObject |
Gets/sets the parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase) | |
ParentSize | ||
PositionX | The x position of the item, either absolute in points or relative to the parent's width. | |
PositionY | The y position of the item, either absolute or relative to the parent's height. | |
Rotation | The rotation angle (in degrees) of the layer. | |
Scale | The scaling factor of the item, normally 1. | |
ScaleX | The scaling factor of the item in x-direction, normally 1. | |
ScaleY | The scaling factor of the item in y-direction, normally 1. | |
ShearX | The shear factor of the item. | |
SizeX | The width of the item, either as absolute value in point (1/72 inch), or as value relative to the parent's width. | |
SizeY | The height of the item, either as absolute value in point (1/72 inch), or as value relative to the parent's height. |