Click or drag to resize

GraphicBase Properties

The GraphicBase type exposes the following members.

Properties
 NameDescription
Protected propertyAccumulatedEventData Gets the accumulated event data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT)
Public propertyAllowNegativeSize Returns the information if this object allows negative sizes.
Public propertyAutoSize 
Public propertyBounds Gets the bound of the object. The X and Y positions depend on the transformation model chosen for this graphic object: if the transformation takes into account the local anchor point, then the X and Y of the bounds are always 0. If the transformation does not take the local anchor point into account, then (X and Y) is the vector from the local anchor point to the upper left corner of the graphical object.
Protected propertyDebug_AbsolutePath Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase)
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 propertyIsResumeInProgress Gets a value indicating whether this instance is currently resuming the events.
(Inherited from SuspendableDocumentNode)
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 SuspendableDocumentNode)
Public propertyIsSuspendedOrResumeInProgress Gets a value indicating whether this instance is suspended or resume is currently in progress.
(Inherited from SuspendableDocumentNode)
Public propertyLocation 
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 propertyParentObject Gets/sets the parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Public propertyParentSize 
Public propertyPosition Get/set the position of the object. This is defined as the vector from the parent's reference point to the object's pivot point.
Public propertyRotationX Get/sets the rotation x value, measured in degrees in counterclockwise direction.
Public propertyRotationY Get/sets the rotation y value, measured in degrees in counterclockwise direction.
Public propertyRotationZ Get/sets the rotation z value, measured in degrees in counterclockwise direction.
Public propertyScale 
Public propertyScaleX Get/sets the scale for the width of the item. Normally this number is one (1).
Public propertyScaleY Get/sets the scale for the height of the item. Normally this number is one (1).
Public propertyScaleZ Get/sets the scale for the z dimension of the item. Normally this number is one (1).
Public propertyShearX Get/sets the shear of the item. This is the factor, by which the item points are shifted in x direction, when doing a unit step in y direction. The shear is the tangents of the shear angle.
Public propertyShearY Get/sets the shear of the item. This is the factor, by which the item points are shifted in x direction, when doing a unit step in y direction. The shear is the tangents of the shear angle.
Public propertyShearZ Get/sets the shear of the item. This is the factor, by which the item points are shifted in x direction, when doing a unit step in y direction. The shear is the tangents of the shear angle.
Public propertySize Get/set the unscaled size of the item.
Public propertySizeX Get/sets the width of the item. This is the unscaled width.
Public propertySizeY Gets/sets the height of the item. This is the unscaled height.
Public propertySizeZ Gets/sets the height of the item. This is the unscaled height.
Public propertyTag Gets or sets the tag. The tag is a string that the user can use to identify a certain instance of shape, e.g. when executing a script.
Public propertyX Get/sets the x position of the reference point of the object in layer coordinates.
Public propertyY Get/sets the y position of the reference point of the object in layer coordinates.
Public propertyZ Get/sets the z position of the reference point of the object in layer coordinates.
Top
See Also