Text |
The TextScale type exposes the following members.
Name | Description | |
---|---|---|
_accumulatedEventData |
The accumulated event data.
(Inherited from SuspendableDocumentNodeWithSetOfEventArgs) | |
_cachedAxisEnd | Current axis end (cached value). | |
_cachedAxisOrg | Current axis origin (cached value). | |
_cachedAxisSpan | Current axis span (i.e. end-org) (cached value). | |
_cachedOneByAxisSpan | Current inverse of axis span (cached value). | |
_dataBounds | Holds the TextBoundaries for that axis. | |
_parent |
The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase) | |
_rescaling | ||
_suspendTokensOfChilds | Stores the suspend tokens of the suspended childs of this object. (Inherited from SuspendableDocumentNode) | |
IsLinked |
True if the axis is linked to another. In this case, do not process the data bounds.
The layer that controls this axis has to set IsLinked temporarily to false in order
to be able to set the data bounds of this axis.
(Inherited from Scale) |