Item |
The ItemLocationDirectController type exposes the following members.
| Name | Description | |
|---|---|---|
| AreAnchorElementsEnabled | Provides access to this member. | |
| AreAnchorElementsVisible | Provides access to this member. | |
| ArePositionElementsEnabled | Gets or sets a value indicating whether the position-related UI elements are enabled. | |
| ArePositionElementsVisible | Gets or sets a value indicating whether the position-related UI elements are visible. | |
| AreScaleElementsEnabled | Gets or sets a value indicating whether the scale-related UI elements are enabled. | |
| AreScaleElementsVisible | Gets or sets a value indicating whether the scale-related UI elements are visible. | |
| AreSizeElementsEnabled | Gets or sets a value indicating whether the size-related UI elements are enabled. | |
| AreSizeElementsVisible | Gets or sets a value indicating whether the size-related UI elements are visible. | |
| CreateNotInitializedException |
Gets an exception that is thrown when the controller was not initialized with a document.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView) | |
| CreateNoViewException |
Gets an exception that is thrown when the controller currently has no view.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView) | |
| Doc | Gets the current document of this controller. If the document is null, an InvalidOperationException is thrown. To check whether
the document is null, check the member _doc directly. (Inherited from MVCANControllerEditOriginalDocBaseTModel, TView) | |
| IsDisposed |
Gets a value indicating whether this controller is already disposed.
(Inherited from ControllerBase) | |
| LocalAnchoringController | Gets or sets the local anchoring controller, which manages the item's local anchor. | |
| ModelObject |
Gets the model (document) that this controller manages.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView) | |
| NoDocumentException |
Gets an exception that is thrown when a controller was not initialized with a document.
(Inherited from ControllerBase) | |
| NotInitializedException |
Gets an exception that is thrown when a controller is not properly initialized.
(Inherited from ControllerBase) | |
| NoViewException |
Gets an exception that is thrown when a controller currently has no view.
(Inherited from ControllerBase) | |
| ParentAnchoringController | Gets or sets the parental anchoring controller, which manages the item's anchor in the context of its parent. | |
| RotationEnvironment | Gets the rotation environment, which provides the available units for rotation. | |
| ScaleEnvironment | Gets or sets the scale environment, which provides the available units for scale. | |
| ScaleX | Provides access to this member. | |
| ScaleY | Provides access to this member. | |
| ScaleZ | Provides access to this member. | |
| ShearEnvironment | Gets or sets the shear environment, which provides the available units for shear. | |
| SizeX | Gets the X size value in relative or absolute terms. | |
| SizeY | Gets the Y size value in relative or absolute terms. | |
| SizeZ | Gets the Z size value in relative or absolute terms. | |
| UseDocumentCopy |
Sets whether or not a copy of the document is used. If set to true, a copy of the document is used, so if the controller is not applied,
all changes can be reverted. If set to false, no copy must be made. The document is directly changed by the controller, and changes cannot be reverted.
Use the last option if a controller higher in the hierarchy has already made a copy of the document.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView) | |
| ViewObject |
Gets or sets the GUI element that shows the model to the user.
(Inherited from MVCANControllerEditOriginalDocBaseTModel, TView) | |
| XPosition | Gets or sets the X position value. | |
| XPositionEnvironment | Gets or sets the environment for the X position value, including available units. | |
| XRotation | Gets or sets the X rotation value. | |
| XScale | Gets or sets the X scale value. | |
| XShear | Gets or sets the X shear value. | |
| XSize | Gets or sets the X size value. | |
| XSizeEnvironment | Gets or sets the environment for the X size value, including available units. | |
| YPosition | Gets or sets the Y position value. | |
| YPositionEnvironment | Gets or sets the environment for the Y position value, including available units. | |
| YRotation | Gets or sets the Y rotation value. | |
| YScale | Gets or sets the Y scale value. | |
| YShear | Gets or sets the Y shear value. | |
| YSize | Gets or sets the Y size value. | |
| YSizeEnvironment | Gets or sets the environment for the Y size value, including available units. | |
| ZPosition | Gets or sets the Z position value. | |
| ZPositionEnvironment | Gets or sets the environment for the Z position value, including available units. | |
| ZRotation | Gets or sets the Z rotation value. | |
| ZScale | Gets or sets the Z scale value. | |
| ZShear | Gets or sets the Z shear value. | |
| ZSize | Gets or sets the Z size value. | |
| ZSizeEnvironment | Gets or sets the environment for the Z size value, including available units. |