Graph |
The GraphDocumentBase type exposes the following members.
| Name | Description | |
|---|---|---|
| _accumulatedEventData |
Holds the accumulated change data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT) | |
| _creationTime | The date/time of creation of this graph. | |
| _graphIdentifier | An identifier that can be shown on the graph and that is searchable. | |
| _graphProperties | The graph properties, key is a string, value is a property (arbitrary object) you want to store here. | |
| _hasFixupChangedAnything | This flag is set if during fixup anything has changed. | |
| _isFixupInternalDataStructuresActive | ||
| _lastChangeTime | The date/time when this graph was changed. | |
| _name | The name of the graph. | |
| _notes | Notes concerning this graph. | |
| _paintThread | Events which are fired from this thread are not distributed. | |
| _parent |
The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase) | |
| _suspendTokensOfChilds | Stores the suspend tokens of the suspended childs of this object. (Inherited from SuspendableDocumentNode) | |
| UnitPerInch | For the graph elements all the units are in points. One point is 1/72 inch. |