Transform
Previous
Snapline Alignment Lines
Next
Control Controller
Loading...
Adjusting Node Size and Node Rotation Angle
The <Transform />
component can only be used properly within the <XFlow />
component.
Use the <Transform />
component to enable node adjustment capabilities.
<XFlow>...<Transform resizing rotating /></XFlow>
By setting the resizing
and rotating
properties of the Transform component to true
, you can enable the ability to adjust the size and rotation angle of nodes. You can also configure the resizing
and rotating
properties.
Parameter Name | Description | Type | Default Value |
---|---|---|---|
resizing | Configuration for adjusting node size | Transform.Resizing | boolean | - |
rotating | Configuration for adjusting node angle | Transform.Rotating | boolean | - |