The properties of the PText class are listed below. For a complete list of PText class members, see the PText Members topic.
![]() | Gets a list containing this node and all of its descendent nodes. |
![]() | Gets or sets this node's bounds in local coordinates. |
![]() | Gets or sets the Brush used to paint this node. |
![]() | Gets or sets a value indicating whether this node has a child with invalid paint. |
![]() | Gets the number of children that this node has. |
![]() | Return an enumerator for this node’s direct descendent children. |
![]() | Gets or sets a value indicating whether the children of his node should be picked. |
![]() | Gets a reference to the list used to manage this node’s children. |
![]() | Gets or sets a value indicating whether this node changes its height to fit the height of its text. |
![]() | Gets or sets a value indicating whether this node changes its width to fit the width of its text. |
![]() | Gets or sets the font to use when rendering this node's text. |
![]() | Gets this node's full bounds in the parent coordinate system of this node. |
![]() | Gets a copy of the bounds of this node in the global coordinate system. |
![]() | Gets the full bounds of this node in the global coordinate system. |
![]() | Gets or sets a the total amount of rotation applied to this node by its own matrix together with the matrices of all its ancestors. |
![]() | Gets or sets the global scale that is being applied to this node by its matrix together with the matrices of all its ancestors. |
![]() | Return the matrix that converts global coordinates to local coordinates of this node. |
![]() | Gets or sets the global translation that is being applied to this node by its matrix together with the matrices of all its ancestors. |
![]() | Return the list of event handlers associated with this node. |
![]() | Gets the height (in local coordinates) of this node's bounds. |
![]() | Gets an inverted copy of the matrix associated with this node. |
![]() | Allows a PNode to be indexed directly to access it's children. |
![]() | Return the matrix that converts local coordinates at this node to the global coordinate system. |
![]() | Gets or sets the matrix associated with this node. |
![]() | Gets a reference to the matrix associated with this node. |
![]() | Returns true if this node is occluded by another node, in which case it should not be drawn. |
![]() | Gets or sets the offset applied to this node by its matrix. |
![]() | Gets or sets the x offset applied to this node by its matrix. |
![]() | Gets or sets the y offset applied to this node by its matrix. |
![]() | Gets or sets a value indicating whether this node's paint is invalid, in which case the node needs to be repainted. |
![]() | Gets or sets the parent of this node. |
![]() | Gets or sets a value indicating whether this node is pickable |
![]() | Gets the root node (instance of PRoot). |
![]() | Gets or sets the rotation applied by this node's transform in degrees. |
![]() | Gets or sets the scale applied by this node's matrix. |
![]() | Gets or sets the object that contains data about the control. |
![]() | Gets or sets the text for this node. |
![]() | Gets or sets a value specifiying the alignment to use when rendering this node's text. |
![]() | Gets or sets the brush to use when rendering this node's text. |
![]() | Gets the union of the full bounds of all the children of this node. |
![]() | Gets or sets a value indicating whether this node is visible, that is if it will paint itself and its descendents. |
![]() | Gets the width (in local coordinates) of this node's bounds. |
![]() | Gets the x position (in local coordinates) of this node's bounds. |
![]() | Gets the y position (in local coordinates) of this node's bounds. |
![]() | Gets or sets a value indicating whether this node's bounds have recently changed. |
![]() | Gets a value indicating whether this nodes bounds may change at any time. |
![]() | Gets or sets a value indicating if one of this node's descendents has invalid bounds. |
![]() | Gets or sets a value indicating whether this has a child with volatile bounds. |
![]() | Gets or sets a value indicating whether the full bounds of this node are valid. |
![]() | Overridden. Gets a string representing the state of this node. |
PText Class | UMD.HCIL.Piccolo.Nodes Namespace