ILNumerics - Technical Application Development
Top
The Label type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Anchor |
Anchor position of the label. This point determines where the Position is located relative to the label's extent.
[ILNumerics Visualization Engine] |
![]() | Color |
Any color (except null) will override individual object vertex colors.
(Inherited from Drawable.)[ILNumerics Visualization Engine] |
![]() ![]() | DefaultFont |
Default font for new label objects
[ILNumerics Visualization Engine] |
![]() | Font |
The system font used to render the label's text.
[ILNumerics Visualization Engine] |
![]() | Fringe |
Provides access to the fringe object, supporting the rendering on low-contrast background.
[ILNumerics Visualization Engine] |
![]() | ID |
Unique ID for the node within the scene
(Inherited from Node.)[ILNumerics Visualization Engine] |
![]() | Interpreter |
The interpreter object used to transform TeX expressions embedded into the Text into formatting commands / glyphs.
[ILNumerics Visualization Engine] |
![]() | IsSynchedNode | (Inherited from Node.) |
![]() | Markable |
Determines, if this node can be marked by the user
(Inherited from Node.)[ILNumerics Visualization Engine] |
![]() | Marked |
Marked state for the node
(Inherited from Node.)[ILNumerics Visualization Engine] |
![]() | Parent |
Get the parent of this node or null, if this node is a root node
(Inherited from Node.)[ILNumerics Visualization Engine] |
![]() | PickingID |
If set to a valid shape ID, that shape will be marked in picking operations insted of this shape.
(Inherited from Node.)[ILNumerics Visualization Engine] |
![]() | Position |
Position of the label inside the current viewport. Relative unit, range [0...1].
[ILNumerics Visualization Engine] |
![]() | Rotation |
Radian value to rotate the label on the plane parallel to the screen.
[ILNumerics Visualization Engine] |
![]() | SynchedVersion |
The version of the sync source from the last synchronization.
(Inherited from Node.)[ILNumerics Visualization Engine] |
![]() | Tag |
Object tag used to identify the node within the scene
(Inherited from Node.)[ILNumerics Visualization Engine] |
![]() | Text |
The text to be displayed by the label. May includes simple TeX expressions.
[ILNumerics Visualization Engine] |
![]() | Version |
Modification version of this node, gets incremented at every change
(Inherited from Node.)[ILNumerics Visualization Engine] |
![]() | Visible |
Determines, if this node is visible or sets the visible state
(Inherited from Node.)[ILNumerics Visualization Engine] |
See Also