Metadata definitions for TrajectoryLayoutConcept. More...
Public Attributes | |
| DynamicPropertyType< Boolean > | AlignToTangentProperty |
| Whether to align the items in this Trajectory Layout to match the tangent of the trajectory. | |
| DynamicPropertyType< Float > | CalculatedOffsetProperty |
| Reports the current offset of an item in a Trajectory Layout in the proportional range [0, 1]. | |
| DynamicPropertyType< Float > | ItemAreaBeginProperty |
| Sets the starting point of the trajectory segment in which the items in this Trajectory Layout are considered fully visible. | |
| DynamicPropertyType< Float > | ItemAreaEndProperty |
| Sets the ending point of the trajectory segment in which the items in this Trajectory Layout are considered fully visible. | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.TrajectoryLayoutConcept") |
| Metaclass for TrajectoryLayoutConcept. | |
| DynamicPropertyType< Float > | OverrideDistanceProperty |
| Sets the distance between the items in this Trajectory Layout. | |
| DynamicPropertyType< Float > | OverrideOffsetProperty |
| Sets the offset of an item in a Trajectory Layout. | |
| DynamicPropertyType< Float > | StartOffsetProperty |
| Sets the offset of the starting position of the items on the trajectory in the range [0, 1], where 0 is the beginning and 1 is the end of the trajectory. | |
| DynamicPropertyType< Boolean > | StretchProperty |
| Whether to scale this Trajectory Layout to match the layout size. | |
| DynamicPropertyType< Resource > | TrajectoryProperty |
| Sets the Trajectory along which this Trajectory Layout node arranges its items. | |
Metadata definitions for TrajectoryLayoutConcept.
| DynamicPropertyType<Boolean> AlignToTangentProperty |
Whether to align the items in this Trajectory Layout to match the tangent of the trajectory.
Vertical trajectories are not supported.
| DynamicPropertyType<Float> CalculatedOffsetProperty |
Reports the current offset of an item in a Trajectory Layout in the proportional range [0, 1].
| DynamicPropertyType<Float> ItemAreaBeginProperty |
Sets the starting point of the trajectory segment in which the items in this Trajectory Layout are considered fully visible.
The value is in the range [0, 1], where 0 is the beginning and 1 is the end of the trajectory. The Node > Visible Amount in Parent property uses this value.
| DynamicPropertyType<Float> ItemAreaEndProperty |
Sets the ending point of the trajectory segment in which the items in this Trajectory Layout are considered fully visible.
The value is in the range [0, 1], where 0 is the beginning and 1 is the end of the trajectory. The Node > Visible Amount in Parent property uses this value.
| DynamicPropertyType<Float> OverrideDistanceProperty |
Sets the distance between the items in this Trajectory Layout.
When you do not set this property, the Trajectory Layout calculates the distance automatically.
| DynamicPropertyType<Float> OverrideOffsetProperty |
Sets the offset of an item in a Trajectory Layout.
When you do not set this property, the Trajectory Layout sets the offset.
| DynamicPropertyType<Float> StartOffsetProperty |
Sets the offset of the starting position of the items on the trajectory in the range [0, 1], where 0 is the beginning and 1 is the end of the trajectory.
| DynamicPropertyType<Boolean> StretchProperty |
Whether to scale this Trajectory Layout to match the layout size.
| DynamicPropertyType<Resource> TrajectoryProperty |
Sets the Trajectory along which this Trajectory Layout node arranges its items.